Kotlin coroutines and shared mutable state. Part 2In part 1 we have considered a few methods of taming shared mutable state in a coroutine word. Those methods in general tried to manipulate…Apr 8, 2024Apr 8, 2024
Kotlin coroutines and shared mutable state. Part 1This story is about sharing mutable state between concurrent coroutines. We will start with the methods which do not work (as expected or…Apr 4, 2024Apr 4, 2024
Leveling out callbacks with coroutines — SMS Retriever caseThe story is about getting rid of callbacks with help of kotlin coroutines. How to do this and why.Mar 3, 2021Mar 3, 2021