Kotlin doesn’t provide any API for executors or th...
# coroutines
g
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