What coroutine dispatcher does Ktor use for handli...
# ktor
j
What coroutine dispatcher does Ktor use for handling http request (on the server side)? And is this dispatcher similar to the IO dispatcher (in the way of being suitable for blocking and long running tasks like hashing a password) or is it more like the default dispatcher of kotlinx.coroutines?