libasync ~master (2021-10-01T13:41:16Z)
Dub
Repo
AsyncSocket.OnConnect
libasync
socket
AsyncSocket
Type of callback triggered when a connection-oriented socket completes connecting
class
AsyncSocket
nothrow
alias
OnConnect
=
void
delegate
(
)
Meta
Source
See Implementation
libasync
socket
AsyncSocket
aliases
OnClose
OnConnect
OnError
constructors
this
destructors
~this
functions
accept
bind
connect
getOption
handleClose
handleConnect
handleError
kill
listen
receive
receiveExactly
receiveFrom
receiveMessage
resetHandle
run
send
sendMessage
sendTo
setOption
mixins
__anonymous
properties
alive
connectionOriented
datagramOriented
handle
info
lastError
localAddress
onClose
onConnect
onError
passive
preInitializedHandle
receiveContinuously
remoteAddress
variables
m_evLoop
m_pendingAccepts
m_pendingReceives
m_pendingSends
Type of callback triggered when a connection-oriented socket completes connecting