Hacker News new | ask | show | jobs
by ilyt 971 days ago
They just seem pretty pointless as a tool in language that already have super-light green threads and good concurrency primitives.
1 comments

https://research.swtch.com/coro might be an interesting read.
Doesn't answer question "why?"

In other languages they were used coz they were far lighter than native threads but that's not the case in Go