Hacker News new | ask | show | jobs
by logicchains 143 days ago
CSP in Golang makes concurrency in it look pleasant compared to the async monstrosities I've seen in C#.
1 comments

I heartily recommend reading the link the parent comment on structured concurrency. The alternatives here are not merely goroutines vs. async.