Scheduler

trait Scheduler
Companion:
object
Source:
Scheduler.scala
class Object
trait Matchable
class Any

Value members

Abstract 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.

Schedules a side-effect to run after the delay interval. Produces another side-effect which cancels the scheduling.

Source:
Scheduler.scala

Concrete methods