Delayer

Singleton delay scheduler, used only for starting and cancelling tasks.

Members

Static functions

delay
ScheduledFuture!(void) delay(Runnable command, Duration delay)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

delayer
ScheduledThreadPoolExecutor delayer;
Undocumented in source.

Meta