arsd-official ~master (2025-03-11T16:41:51Z)
Dub
Repo
Timer.this
arsd
simpledisplay
Timer
Create a timer with a callback when it triggers.
class
Timer
@
trusted
this
(
int
intervalInMilliseconds
,
void
delegate
(
)
onPulse
)
Meta
Source
See Implementation
arsd
simpledisplay
Timer
constructors
this
functions
destroy
Create a timer with a callback when it triggers.