Things every Kotlin Developer should know about Coroutines. Part 2: CoroutineScope.
In my experience, CoroutineScope is one of the less understood parts of the coroutines library, even though it is one of the most important. In Android, we are spoiled with coroutine scopes kindly provided to us by lifecycle libraries, but for many d...
maxkim.dev11 min read
Graeme Collis
Great article series Max.
Small note you have a typo in your code:- // standart implementation Should be standard
I also got a little twisted about in the last paragraph about Legacy Convention. You show 2 examples then discuss using the first approach. Suggest maybe saying "use the non-legacy approach in your code" may be more straight forward or something like that.