arsd-official ~master (2024-10-25T16:17:57Z)
Dub
Repo
Timer.this
arsd
core
Timer
Create a timer with a callback when it triggers.
this
(bool actuallyInitialize)
this
(int intervalInMilliseconds, void delegate() onPulse, bool repeats)
class
Timer
@
trusted
this
(
int
intervalInMilliseconds
,
void
delegate
(
)
onPulse
,
bool
repeats
= true
)
this
(SimplifiedUtcTimestamp when, void delegate() onTimeArrived)
Meta
Source
See Implementation
arsd
core
Timer
constructors
this
functions
cancel
changeTime
destroy
pause
setPulseCallback
unpause
Create a timer with a callback when it triggers.