Home
last modified time | relevance | path

Searched defs:asCoroutineDispatcher (Results 1 – 7 of 7) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DExecutors.kt49 public fun ExecutorService.asCoroutineDispatcher(): ExecutorCoroutineDispatcher = in close() method
62 public fun Executor.asCoroutineDispatcher(): CoroutineDispatcher = in close() method
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/src/
DRxScheduler.kt16 public fun Scheduler.asCoroutineDispatcher(): SchedulerCoroutineDispatcher = SchedulerCoroutineDisp… in asCoroutineDispatcher() method
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/src/
DRxScheduler.kt16 public fun Scheduler.asCoroutineDispatcher(): SchedulerCoroutineDispatcher = SchedulerCoroutineDisp… in asCoroutineDispatcher() method
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactor/src/
DScheduler.kt16 public fun Scheduler.asCoroutineDispatcher(): SchedulerCoroutineDispatcher = SchedulerCoroutineDisp… in asCoroutineDispatcher() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/
DWindow.kt13 public fun Window.asCoroutineDispatcher(): CoroutineDispatcher = in <lambda>() method
/external/kotlinx.coroutines/ui/kotlinx-coroutines-android/src/
DHandlerDispatcher.kt69 public fun Handler.asCoroutineDispatcher(name: String? = null): HandlerDispatcher = in createDispatcher() method
/external/kotlinc/lib/
Dkotlinx-coroutines-core.jarMETA-INF/ META-INF/MANIFEST.MF kotlinx/ kotlinx/coroutines/ kotlinx/ ...