Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/nativeOther/src/
DDispatchers.kt12 internal actual fun createDefaultDispatcher(): CoroutineDispatcher = DefaultDispatcher in createMainDispatcher() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/
DCoroutineContext.kt15 internal fun createDefaultDispatcher(): CoroutineDispatcher = when { in createDefaultDispatcher() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/
DCoroutineContext.kt41 internal expect fun createDefaultDispatcher(): CoroutineDispatcher in createDefaultDispatcher() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/nativeDarwin/src/
DDispatchers.kt20 internal actual fun createDefaultDispatcher(): CoroutineDispatcher = DarwinGlobalQueueDispatcher in isMainThread() method