<@U3K6VQZLJ> I think he means that the client will...
# ktor
d
@eygraber I think he means that the client will use coroutines to be async, in such a case, why waste heavy threads in rx io scheduler for network operations that don't need cpu but rather just to await for the results. Ktor is already built around coroutines...