Timer.this

Sets a one-of timer that happens some time after the given timestamp, then destroys itself

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

Meta