HistoricalScheduler

Constructors

this
this(T innerScheduler)
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
CancellationToken schedule(void delegate() op, Duration val)
Undocumented in source. Be warned that the author may not have intended to support it.
start
void start(void delegate() op)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From AsyncScheduler

schedule
CancellationToken schedule(void delegate() op, Duration val)
Undocumented in source.

Meta