<@U5SP8TVFA> But if you wrap your blocking IO into...
# coroutines
e
@dekans But if you wrap your blocking IO into
run(CommonPool) { ... }
, as I’ve shown, there will be no network operations in the main thread.