Timer.this

Create a timer with a callback when it triggers.

  1. this(bool actuallyInitialize)
  2. this(int intervalInMilliseconds, void delegate() onPulse, bool repeats)
    class Timer
    @trusted
    this
    (,
    void delegate
    ()
    onPulse
    ,
    bool repeats = true
    )
  3. this(SimplifiedUtcTimestamp when, void delegate() onTimeArrived)

Meta