(that removes the warning but I'm not sure it is t...
# coroutines
b
(that removes the warning but I'm not sure it is the right way)
g
Until you don't use some non-blocking IO implementation (like Java NIO or upcoming kotlinx.io) there is no other way, only move such blocking calls to IO dispatcher
b
Is that something usable right now that kotlinx.io?
g
It's under active development and pretty low level, but already used in #ktor