The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
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.