Home
last modified time | relevance | path

Searched refs:timeToExecute (Results 1 – 1 of 1) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DEventLoop.common.kt264 if (it.timeToExecute(now)) { in processNextEvent()
428 fun timeToExecute(now: Long): Boolean = now - nanoTime >= 0L in timeToExecute() method