<@U0B9ZL4N4> It depends on what kind of “advantage...
# coroutines
e
@suresh It depends on what kind of “advantage” you want to get from coroutines. If you are writing a single-threaded UI application (Androind/JavaFx/etc) then your advantage with coroutines is that you can do multiple concurrent things in UI thread without blocking it. Does not matter if you block some background threads with your blocking calls.