Timer

Undocumented in source.

Constructors

this
this(Duration d, HandlerDelegate h, string f, int l)
Undocumented in source.
this
this(SysTime e, HandlerDelegate h, string f, int l)
Undocumented in source.

Members

Aliases

describe
alias describe = toString
Undocumented in source.

Functions

eq
bool eq(Timer b)
Undocumented in source. Be warned that the author may not have intended to support it.
id
auto id()
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(Timer other)
Undocumented in source. Be warned that the author may not have intended to support it.
rearm
auto rearm(Duration d)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_armed
bool _armed;
Undocumented in source.
_delay
Duration _delay;
Undocumented in source.
_expires
SysTime _expires;
Undocumented in source.
_file
string _file;
Undocumented in source.
_handler
HandlerDelegate _handler;
Undocumented in source.
_id
ulong _id;
Undocumented in source.
_line
int _line;
Undocumented in source.

Meta