setTimer

Compatibility overload - use a @safe nothrow callback instead.

  1. Timer setTimer(Duration timeout, Timer.Callback callback, bool periodic)
  2. Timer setTimer(Duration timeout, void delegate() callback, bool periodic)
    @system nothrow
    setTimer
    (
    Duration timeout
    ,
    void delegate
    ()
    callback
    ,
    bool periodic = false
    )

Meta