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

Functions

eq
bool eq(Timer b)
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.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_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