Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DEventLoop.common.kt53 public open fun processNextEvent(): Long { in <lambda>() method in kotlinx.coroutines.EventLoop
262 override fun processNextEvent(): Long { in processNextEvent() method in kotlinx.coroutines.EventLoopImplBase