Go concurrency distilled

33 points by cgrinds a day ago on lobsters | 1 comment

SamRW | 20 hours ago

Go concurrency is pretty fancy. I have written a lot of code that deals with concurrency in various languages, and what I like about go is that the concurrency in the language is a) extremely fast and b) the default way of doing concurrency is robust enough for a lot of reasonable use cases.

I won't name any names in pointing out which languages don't really achieve this :)