But don't I need to know the coroutine context I'm...
# ktor
m
But don't I need to know the coroutine context I'm in to decide on what to do? E.g. offloading to the common pool is a bad idea if ktor uses exactly that one. Or maybe it has its own thread pool. I don't know.