A periodic reminder here is that Kotlin coroutines...
# coroutines
e
A periodic reminder here is that Kotlin coroutines is just a language feature. It is not a framework and not even a library. It just enables you to write libraries that make all the cool stuff like the above code possible. But without these libraries, it is not much by itself, but a compile-time code transformation.