Not sure if Kotlin has something similar to `block...
# coroutines
r
Not sure if Kotlin has something similar to
blocking
but if not you should probably create a Pool that is tunned up for this type of ops usually DB calls, network IO, etc...
e
Thank for the pointer to
blocking
. It is good thing to have! I’ve added this to the thread about blocking IO in kotlinx.coroutines: https://github.com/Kotlin/kotlinx.coroutines/issues/79
👍 1