Searched defs:runCurrent (Results 1 – 4 of 4) sorted by relevance
91 public fun runCurrent() in advanceTimeBy() method195 override fun runCurrent(): Unit = scheduler.runCurrent() in advanceTimeBy() method
273 public fun TestCoroutineScope.runCurrent() { in runCurrent() method
108 public fun TestScope.runCurrent(): Unit = testScheduler.runCurrent() in advanceUntilIdle() method
130 public fun runCurrent() { in runCurrent() method in kotlinx.coroutines.test.TestCoroutineScheduler