IrcEventLoop.post

Run the specified callback as soon as possible after time has elapsed.

Equivalent to postTimer(callback, time, TimerRepeat.no).

  1. void post(void delegate() callback)
  2. Timer post(void delegate() callback, double time)
    class IrcEventLoop
    Timer
    post
    (
    void delegate(
    )
    callback
    ,
    double time
    )

Meta