June 2018
Intermediate to advanced
316 pages
6h 34m
English
Coroutines are an experimental feature of Kotlin that allow you to write asynchronous code sequentially. Their experimental nature means that this feature is still under development but that we can use it in production. The concept of coroutines is based on suspended computations that don't block a thread.
Coroutines in Kotlin are based on three things:
Read now
Unlock full access