hlSocket.connect

Return true if connect delayed

  1. bool connect(string addr, Duration timeout)
  2. bool connect(string addr, hlEvLoop loop, HandlerDelegate f, Duration timeout)
    class hlSocket
    @safe
    bool
    connect
    (
    string addr
    ,
    hlEvLoop loop
    ,
    HandlerDelegate f
    ,
    Duration timeout
    )
  3. bool connect(Address addr, hlEvLoop loop, HandlerDelegate f, Duration timeout)

Meta