charleskorn
02/19/2022, 4:21 AM<http://Dispatchers.IO|Dispatchers.IO>
for this, but that seems to only exist on the JVM. Is there something else I should use for Kotlin/Native?jean
02/21/2022, 6:52 AMDispatchers.Default
, that’s what I do at least https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/-coroutine-dispatcher/index.htmlDidier Villevalois
07/01/2022, 8:12 AMDispatchers.Default
is for compute-intensive coroutines.
How can I get the same elasticity features of <http://Dispatchers.IO|Dispatchers.IO>
on Kotlin/Native? Is there a dispatcher implementation that allocates new system thread when too many threads are IO-blocked?