<@U5SP8TVFA> It is usually not a problem on Androi...
# coroutines
e
@dekans It is usually not a problem on Android. You can use IO libs that your blocking on inside but provide async API outside (like okhttp and others). This way you don’t have to manage threads, resources, and callbacks, but concentrate on writing nice and easy-to-read code with coroutines.