Join Slack
Powered by
Kotlin doesn’t provide any API for executors or th...
# coroutines
g
gildor
12/27/2017, 7:57 AM
Kotlin doesn’t provide any API for executors or threads (only thread builder function), it’s java apis. But kotlinx.coroutines has Dispatcher builders that create thread pool under the hood
Open in Slack
Previous
Next