Y
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
kibwen
143 days ago
I heartily recommend reading the link the parent comment on structured concurrency. The alternatives here are not merely goroutines vs. async.
link