In other words, coroutines map well to the usual w...
# ktor
m
In other words, coroutines map well to the usual web service workload of not being CPU bound -- typically, not even close to it. Coroutines don't hurt if you are CPU bound, but they do help in the common case of wanting to support lots of slow operations that wait on IO.