vibe-d v0.8.1 (2017-08-29T22:03:39Z)
Home
Dub
Repo
TimerQueue.TimerInfo
index
vibe
core
drivers
timerqueue
TimerQueue
Undocumented in source.
struct
TimerQueue
(DATA, long TIMER_RESOLUTION = 10_000)
@
safe
static
struct
TimerInfo {
long
timeout
;
long
repeatDuration
;
bool
pending
;
DATA
data
;
}
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
Source
See Implementation
index
vibe
core
drivers
timerqueue
TimerQueue
functions
consumeTimeouts
create
destroy
getFirstTimeout
getUserData
isPending
isPeriodic
schedule
unschedule
properties
anyPending
structs
TimerInfo