ServerBase.run

Calls eventLoop.loop until the given condition is true.

  1. void run(bool delegate() condition)
    class ServerBase
    void
    run
    (
    bool delegate
    ()
    condition
    )
  2. void run()

Meta