TaskPoolScheduler

Constructors

this
this(TaskPool pool)
Undocumented in source.

Members

Functions

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