hlSocket.connect

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool connect(string addr, Duration timeout)
  2. bool connect(string addr, hlEvLoop loop, HandlerDelegate f, Duration timeout)
  3. bool connect(Address addr, hlEvLoop loop, HandlerDelegate f, Duration timeout)
    class hlSocket
    @safe
    bool
    connect
    (
    Address addr
    ,
    hlEvLoop loop
    ,
    HandlerDelegate f
    ,
    Duration timeout
    )

Meta