Mistakes you make using Kotlin Coroutines
July 21, 2025
40 min
Free
kotlin
coroutines
asynchronicity
concurrency
structured-concurrency
dispatchers
android
kotlin-coroutines
error-handling
suspending-functions
Description
Marcin Moskala discusses common mistakes made when using Kotlin Coroutines, covering incorrect use of coroutine builders like launch and async, issues with cancellation, and dispatcher misuse. The presentation highlights how to avoid these pitfalls to write more robust and efficient asynchronous code in Kotlin.