Lukasz WojtachKotlin 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 8Apr 8
Lukasz WojtachKotlin 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 4Apr 4
Lukasz WojtachLeveling 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