Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/src/
DRxScheduler.kt76 private val workerScope = CoroutineScope(workerJob + dispatcher) constant
80 workerScope.launch { in <lambda>()
88 workerScope.scheduleTask(block, unit.toMillis(delay)) { task -> in schedule()
92 override fun isDisposed(): Boolean = !workerScope.isActive in isDisposed()
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/src/
DRxScheduler.kt76 private val workerScope = CoroutineScope(workerJob + dispatcher) constant in kotlinx.coroutines.rx3.DispatcherScheduler
80 workerScope.launch { in <lambda>()
88 workerScope.scheduleTask(block, unit.toMillis(delay)) { task -> in schedule()
92 override fun isDisposed(): Boolean = !workerScope.isActive in isDisposed()