arsd-official ~master (2024-10-25T16:17:57Z)
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.