Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/test/
DSchedulerStressTest.kt22 testRunnableDisposed(scheduler::scheduleDirect) in <lambda>()
30 testRunnableDisposed(worker::schedule) in <lambda>()
33 private suspend fun testRunnableDisposed(block: RxSchedulerBlockNoDelay) { in testRunnableDisposed() method in kotlinx.coroutines.rx3.SchedulerStressTest
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/test/
DSchedulerStressTest.kt22 testRunnableDisposed(scheduler::scheduleDirect) in <lambda>()
30 testRunnableDisposed(worker::schedule) in <lambda>()
33 private suspend fun testRunnableDisposed(block: RxSchedulerBlockNoDelay) { in testRunnableDisposed() method in kotlinx.coroutines.rx2.SchedulerStressTest