Scheduler

trait Scheduler
Companion:
object
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.