vibe-d v0.8.1 (2017-08-29T22:03:39Z)
Home
Dub
Repo
TimerQueue.consumeTimeouts
index
vibe
core
drivers
timerqueue
TimerQueue
Undocumented in source. Be warned that the author may not have intended to support it.
struct
TimerQueue
(DATA, long TIMER_RESOLUTION = 10_000)
@
safe
void
consumeTimeouts
(
SysTime
now
,
scope
void
delegate
(
size_t
timer
,
bool
periodic
,
ref
DATA
data
)
@
safe
del
)
Meta
Source
See Implementation
index
vibe
core
drivers
timerqueue
TimerQueue
functions
consumeTimeouts
create
destroy
getFirstTimeout
getUserData
isPending
isPeriodic
schedule
unschedule
properties
anyPending
structs
TimerInfo