AsyncTimer.this

this(long delayMs, long intervalMs = 0) pure @safe nothrow @nogc

Constructs an async timer with the specified delay and interval.

Parameters

delayMsInitial delay before the first firing, in milliseconds.
intervalMsRepeating interval in milliseconds. Use 0 for one-shot timers.