October 2019
Intermediate to advanced
434 pages
11h 54m
English
Coroutine support for Kotlin was first available as an experimental feature with the 1.1 release. The 1.3 release of Kotlin brought stable support for coroutines.
Kotlin's coroutines are implemented as a first-party library, kotlinx.coroutines, rather than being built into the language directly. This keeps the surface area of the core language smaller, and allows for the faster iteration of coroutines. To begin working with Kotlin coroutines, you must import the kotlinx-coroutines-core module as a project dependency.
Read now
Unlock full access