ScheduleAfterOp

Undocumented in source.

Constructors

this
this(typeof(this) rhs)
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Aliases

Timer
alias Timer = ReturnType!(Worker.addTimer)
Undocumented in source.

Enums

Flags
enum Flags
Undocumented in source.

Functions

start
void start()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

dur
Duration dur;
Undocumented in source.
flags
SharedBitField!Flags flags;
Undocumented in source.
receiver
Receiver receiver;
Undocumented in source.
stopCb
StopCallback stopCb;
Undocumented in source.
timer
Timer timer;
Undocumented in source.
worker
Worker worker;
Undocumented in source.

Meta