HistoricalScheduler

Constructors

this
this(T innerScheduler)
this
this(T innerScheduler, Duration offset)
Undocumented in source.

Members

Functions

roll
void roll(Duration val)
Undocumented in source. Be warned that the author may not have intended to support it.
schedule
Disposable schedule(void delegate() op, Duration val)

Inherited Members

From Scheduler

schedule
Disposable schedule(void delegate() op, Duration val)

Meta