hio ~master (2020-10-10T18:54:29Z)
Dub
Repo
hlSocket.connect
hio
socket
hlSocket
connect synchronously (no loop, no fibers) in blocked mode
bool
connect
(string addr, Duration timeout)
class
hlSocket
@
safe
bool
connect
(
string
addr
,
Duration
timeout
)
bool
connect
(string addr, hlEvLoop loop, HandlerDelegate f, Duration timeout)
bool
connect
(Address addr, hlEvLoop loop, HandlerDelegate f, Duration timeout)
Meta
Source
See Implementation
hio
socket
hlSocket
constructors
this
destructors
~this
functions
accept
bind
blocking
close
connect
connected
describe
eventHandler
fileno
io
io_handler
listen
open
send
socket_errno
stopPolling
timeoutHandler
toString
connect synchronously (no loop, no fibers) in blocked mode