Start a timer.
The function to call when the timer expires.
Timer duration.
Whether to repeat the timer.
A pointer to a timer.
listener.timer({ writeln("3 seconds!"); },dur!"msecs"(3000),true);
See Implementation
Start a timer.