Home
last modified time | relevance | path

Searched defs:processNextEvent (Results 1 – 2 of 2) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/test_/
DTestCoroutineContext.kt195 private fun processNextEvent(): Long { in <lambda>() method
242 override fun processNextEvent() = this@TestCoroutineContext.processNextEvent() in <lambda>() method in kotlinx.coroutines.test.TestCoroutineContext.Dispatcher
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DEventLoop.common.kt53 public open fun processNextEvent(): Long { in <lambda>() method in kotlinx.coroutines.EventLoop
252 override fun processNextEvent(): Long { in processNextEvent() method in kotlinx.coroutines.EventLoopImplBase