Searched defs:processNextEvent (Results 1 – 2 of 2) sorted by relevance
| /external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/test_/ | ||
| D | TestCoroutineContext.kt | 195 private fun processNextEvent(): Long { in <lambda>() method |
| /external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/ | ||
| D | EventLoop.common.kt | 53 public open fun processNextEvent(): Long { in <lambda>() method in kotlinx.coroutines.EventLoop |