:mega: :mega: :mega: `kotlinx.coroutines` version ...
# coroutines
e
📣 📣 📣
kotlinx.coroutines
version 0.19 is released. It is now published to Maven Central.
DefaultDispatcher
is introduced, so
launch { ... }
and
async { ... }
can be used w/o parameters. Parent coroutines now wait for their children. The full list of changes in here: https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md
🎉 14
👏 2