Hacker News new | ask | show | jobs
by ackfoobar 1495 days ago
> Having that baked into the language and the default channel data-structures really does pay dividends over a library in a case like this.

Kotlin coroutines have the bare minimum in the language, and implement the rest (e.g. channel, select, `go`/`launch`) in libraries. Could you explain what the dividends for Go are?