Home
last modified time | relevance | path

Searched refs:DefaultScheduler (Results 1 – 5 of 5) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DTestBase.kt174 DefaultScheduler.usePrivateScheduler() in <lambda>()
179 DefaultScheduler.shutdown(SHUTDOWN_TIMEOUT) in <lambda>()
182 DefaultScheduler.restore() in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/knit/
DTestUtil.kt32 DefaultScheduler.usePrivateScheduler() in <lambda>()
45 DefaultScheduler.shutdown(SHUTDOWN_TIMEOUT) in <lambda>()
53 DefaultScheduler.restore() in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DDispatchers.kt118 public val IO: CoroutineDispatcher = DefaultScheduler.IO
DCoroutineContext.kt23 if (useCoroutinesScheduler) DefaultScheduler else CommonPool in createDefaultDispatcher()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/scheduling/
DDispatcher.kt16 internal object DefaultScheduler : ExperimentalCoroutineDispatcher() { object