Home
last modified time | relevance | path

Searched defs:runCurrent (Results 1 – 4 of 4) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-test/jvm/src/migration/
DDelayController.kt91 public fun runCurrent() in advanceTimeBy() method
195 override fun runCurrent(): Unit = scheduler.runCurrent() in advanceTimeBy() method
DTestCoroutineScope.kt273 public fun TestCoroutineScope.runCurrent() { in runCurrent() method
/external/kotlinx.coroutines/kotlinx-coroutines-test/common/src/
DTestScope.kt108 public fun TestScope.runCurrent(): Unit = testScheduler.runCurrent() in advanceUntilIdle() method
DTestCoroutineScheduler.kt130 public fun runCurrent() { in runCurrent() method in kotlinx.coroutines.test.TestCoroutineScheduler