HistoricalScheduler

Constructors

this
this(T innerScheduler)

Members

Functions

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

Inherited Members

From AsyncScheduler

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

Meta