coroutines
Kotlin Mutex: Thread-Safe Concurrency for Coroutines
Kotlin Mutex: Thread-Safe Concurrency for Coroutines
· ☕ 11 min read · ✍️ Ignacio Carrión
A comprehensive guide to using Mutex in Kotlin coroutines — understanding use cases, best practices, and how it compares to traditional synchronization methods.

Understanding Hot and Cold Flows in Kotlin
Understanding Hot and Cold Flows in Kotlin
· ☕ 4 min read · ✍️ Ignacio Carrión
A comprehensive guide to understanding the differences between hot and cold flows in Kotlin, with practical examples