Mistakes you make using Kotlin Coroutines

July 21, 2025 40 min Free

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.