`kotlinx.coroutines` version `0.8-beta` is publish...
# coroutines
e
kotlinx.coroutines
version
0.8-beta
is published.
defer
is now renamed to
async
(old name is deprecated),
launch
supports laziness (with
start = false
) and other maintenance changes. Coroutines guide now has links to API reference site for those readers who want to dig deeper and see what APIs are available: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/index.html For a full list of changes see https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md
🎉 5