arsd-official ~master (2024-10-25T16:17:57Z)
Dub
Repo
Timer.this
arsd
core
Timer
Creates an initialized, but unarmed timer. You must call other methods later.
this
(bool actuallyInitialize)
class
Timer
this
(
bool
actuallyInitialize
= true
)
this
(int intervalInMilliseconds, void delegate() onPulse, bool repeats)
this
(SimplifiedUtcTimestamp when, void delegate() onTimeArrived)
Meta
Source
See Implementation
arsd
core
Timer
constructors
this
functions
cancel
changeTime
destroy
pause
setPulseCallback
unpause
Creates an initialized, but unarmed timer. You must call other methods later.