Home
last modified time | relevance | path

Searched refs:SchedulerCoroutineDispatcher (Results 1 – 6 of 6) sorted by relevance

/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/src/
DRxScheduler.kt16 public fun Scheduler.asCoroutineDispatcher(): SchedulerCoroutineDispatcher = SchedulerCoroutineDisp… in asCoroutineDispatcher()
21 public class SchedulerCoroutineDispatcher( in asCoroutineDispatcher() class
49 …override fun equals(other: Any?): Boolean = other is SchedulerCoroutineDispatcher && other.schedul… in asCoroutineDispatcher()
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/src/
DRxScheduler.kt16 public fun Scheduler.asCoroutineDispatcher(): SchedulerCoroutineDispatcher = SchedulerCoroutineDisp… in asCoroutineDispatcher()
21 public class SchedulerCoroutineDispatcher( in asCoroutineDispatcher() class
49 …override fun equals(other: Any?): Boolean = other is SchedulerCoroutineDispatcher && other.schedul… in asCoroutineDispatcher()
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactor/src/
DScheduler.kt16 public fun Scheduler.asCoroutineDispatcher(): SchedulerCoroutineDispatcher = SchedulerCoroutineDisp… in asCoroutineDispatcher()
22 public class SchedulerCoroutineDispatcher( in asCoroutineDispatcher() class
48 …override fun equals(other: Any?): Boolean = other is SchedulerCoroutineDispatcher && other.schedul… in asCoroutineDispatcher()
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactor/api/
Dkotlinx-coroutines-reactor.api45 public final class kotlinx/coroutines/reactor/SchedulerCoroutineDispatcher : kotlinx/coroutines/Cor…
58 …tcher (Lreactor/core/scheduler/Scheduler;)Lkotlinx/coroutines/reactor/SchedulerCoroutineDispatcher;
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/api/
Dkotlinx-coroutines-rx3.api59 …atcher (Lio/reactivex/rxjava3/core/Scheduler;)Lkotlinx/coroutines/rx3/SchedulerCoroutineDispatcher;
67 public final class kotlinx/coroutines/rx3/SchedulerCoroutineDispatcher : kotlinx/coroutines/Corouti…
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/api/
Dkotlinx-coroutines-rx2.api70 …CoroutineDispatcher (Lio/reactivex/Scheduler;)Lkotlinx/coroutines/rx2/SchedulerCoroutineDispatcher;
80 public final class kotlinx/coroutines/rx2/SchedulerCoroutineDispatcher : kotlinx/coroutines/Corouti…