AsyncTCPConnection.run

Starts the connection by registering the associated callback handler in the underlying OS event loop.

  1. bool run(void delegate(TCPEvent) del)
    class AsyncTCPConnection
    nothrow
    bool
    run
    (
    void delegate del
    )
  2. bool run(TCPEventHandler del)

Meta