AsyncTimer.this
this
(long delayMs, long intervalMs = 0) pure @safe nothrow @nogcConstructs an async timer with the specified delay and interval.
Parameters
delayMs | Initial delay before the first firing, in milliseconds. |
intervalMs | Repeating interval in milliseconds. Use 0 for one-shot timers. |