Home
last modified time | relevance | path

Searched defs:createDefaultDispatcher (Results 1 – 4 of 4) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DCoroutineContext.common.kt15 internal expect fun createDefaultDispatcher(): CoroutineDispatcher method
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/
DCoroutineContext.kt14 internal actual fun createDefaultDispatcher(): CoroutineDispatcher = when { in createDefaultDispatcher() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/
DCoroutineContext.kt27 internal actual fun createDefaultDispatcher(): CoroutineDispatcher = in loopWasShutDown() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DCoroutineContext.kt22 internal actual fun createDefaultDispatcher(): CoroutineDispatcher = in createDefaultDispatcher() method