Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DCoroutineContext.common.kt13 public expect fun CoroutineScope.newCoroutineContext(context: CoroutineContext): CoroutineContext method
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/
DCoroutineContext.kt44 public actual fun CoroutineScope.newCoroutineContext(context: CoroutineContext): CoroutineContext { in isJsdom() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/
DCoroutineContext.kt33 public actual fun CoroutineScope.newCoroutineContext(context: CoroutineContext): CoroutineContext { in loopWasShutDown() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DCoroutineContext.kt32 public actual fun CoroutineScope.newCoroutineContext(context: CoroutineContext): CoroutineContext { in createDefaultDispatcher() method