Timer.addTask

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void addTask(SysTime time, void delegate() task)
  2. void addTask(Duration delay, void delegate() task)
    class Timer
    void
    addTask
    (
    Duration delay
    ,
    void delegate
    ()
    task
    )

Meta