Comment by ackfoobar
17 hours ago
Kotlin's coroutines basically had the same API as Go's. But also the ability to confine some coroutines' execution into certain threads (e.g. UI main thread).
Then they added structured concurrency, which roughly solves the same problem as Go's context, arguably more elegantly.
Kotlins coroutines are super super super underrated imo. I loved working with them so much before ai. Fuck ai.
Sorry my ignorance, but what does AI have to do with you not being able to use kotlins concurrency model?