Kotlin Asynchronous Operations
Kotlin has a special way of dealing with long running operations known as coroutines. Let's take a closer look at it!
Lecture material
Recommended reading
- The course book Elements of Kotlin Coroutines
- Kotlin's official guide on coroutines