IrcEventLoop.post

Run the specified callback at the next idle event.

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

Meta