Home
last modified time | relevance | path

Searched refs:schedulerJob (Results 1 – 2 of 2) sorted by relevance

/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/src/
DRxScheduler.kt44 private val schedulerJob = SupervisorJob() constant
51 private val scope = CoroutineScope(schedulerJob + dispatcher)
63 …reateWorker(): Worker = DispatcherWorker(workerCounter.getAndIncrement(), dispatcher, schedulerJob) in createWorker()
66 schedulerJob.cancel() in createWorker()
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/src/
DRxScheduler.kt44 private val schedulerJob = SupervisorJob() constant in kotlinx.coroutines.rx3.DispatcherScheduler
51 private val scope = CoroutineScope(schedulerJob + dispatcher)
63 …reateWorker(): Worker = DispatcherWorker(workerCounter.getAndIncrement(), dispatcher, schedulerJob) in createWorker()
66 schedulerJob.cancel() in createWorker()