Join Slack
Powered by
`CommonPool` is best used for suspending stuff, `C...
# coroutines
k
kirillrakhman
07/17/2017, 7:22 AM
CommonPool
is best used for suspending stuff,
CachedThreadPool
is best for blocking stuff. see
https://github.com/Kotlin/kotlinx.coroutines/issues/79
2
Views
Open in Slack
Previous
Next