TimerQueue.TimerInfo

Undocumented in source.
struct TimerQueue(DATA, long TIMER_RESOLUTION = 10_000)
@safe static
struct TimerInfo {}

Members

Variables

data
DATA data;
Undocumented in source.
pending
bool pending;
Undocumented in source.
repeatDuration
long repeatDuration;
Undocumented in source.
timeout
long timeout;
Undocumented in source.

Meta