|
|
|
|
|
by gf000
93 days ago
|
|
> Kotlin coroutines don't really exist. They're a (very neat) programming trick to support coroutine-like behavior on the JVM Well, guess how coroutines are implemented in Rust/C++/everywhere else! Nonetheless, I do think that java virtual threads are superior for the vast majority of use cases and they are a good default to reach for for "async" like code. |
|