CoarseTimer.register

Registers an entry for the timer.

class CoarseTimer
public @safe nothrow
void
register

Parameters

dg TimerReceiver

the delegate to be called when the event is lapsed.

delta Duration

sets the amount of time into the future.

Meta