To clarify, you can get the same advantage w/o cor...
# coroutines
e
To clarify, you can get the same advantage w/o coroutines. There are lot of call-back-based techniques of writing apps that don’t block your UI thread. Coroutines help you avoid that call back hell.