Searched refs:timeToExecute (Results 1 – 1 of 1) sorted by relevance
264 if (it.timeToExecute(now)) { in processNextEvent()428 fun timeToExecute(now: Long): Boolean = now - nanoTime >= 0L in timeToExecute() method