Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/src/
DRxScheduler.kt16 public fun Scheduler.asCoroutineDispatcher(): SchedulerCoroutineDispatcher = SchedulerCoroutineDisp… in asCoroutineDispatcher()
22 public class SchedulerCoroutineDispatcher( in asCoroutineDispatcher() class
50 …override fun equals(other: Any?): Boolean = other is SchedulerCoroutineDispatcher && other.schedul… in asCoroutineDispatcher()
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactor/src/
DScheduler.kt16 fun Scheduler.asCoroutineDispatcher(): SchedulerCoroutineDispatcher = SchedulerCoroutineDispatcher(… in Scheduler()
22 public class SchedulerCoroutineDispatcher( in Scheduler() class
48 …override fun equals(other: Any?): Boolean = other is SchedulerCoroutineDispatcher && other.schedul… in Scheduler()
/external/kotlinx.coroutines/binary-compatibility-validator/reference-public-api/
Dkotlinx-coroutines-reactor.txt43 public final class kotlinx/coroutines/reactor/SchedulerCoroutineDispatcher : kotlinx/coroutines/Cor…
56 …tcher (Lreactor/core/scheduler/Scheduler;)Lkotlinx/coroutines/reactor/SchedulerCoroutineDispatcher;
Dkotlinx-coroutines-rx2.txt61 …CoroutineDispatcher (Lio/reactivex/Scheduler;)Lkotlinx/coroutines/rx2/SchedulerCoroutineDispatcher;
71 public final class kotlinx/coroutines/rx2/SchedulerCoroutineDispatcher : kotlinx/coroutines/Corouti…