Scheduler

trait Scheduler
Companion
object
class Object
trait Matchable
class Any

Value members

Methods

def sleep(delay: FiniteDuration, task: Runnable): Runnable
Schedules a side-effect to run after the delay interval. Produces
another side-effect which cancels the scheduling.
def nowMillis(): Long
def monotonicNanos(): Long