vibe-d v0.8.1 (2017-08-29T22:03:39Z)
Home
Dub
Repo
EventDriver.rearmTimer
index
vibe
core
driver
EventDriver
Resets the timeout of the timer.
interface
EventDriver
@
safe
void
rearmTimer
(
size_t
timer_id
,
Duration
dur
,
bool
periodic
)
Meta
Source
See Implementation
index
vibe
core
driver
EventDriver
functions
acquireTimer
connectTCP
createFileDescriptorEvent
createManualEvent
createTimer
dispose
exitEventLoop
isTimerPending
listenTCP
listenUDP
openFile
processEvents
rearmTimer
releaseTimer
resolveHost
runEventLoop
runEventLoopOnce
stopTimer
waitTimer
watchDirectory
Resets the timeout of the timer.