libasync ~master (2021-10-01T13:41:16Z)
Dub
Repo
AsyncSocket.m_evLoop
libasync
socket
AsyncSocket
Event loop of the thread this socket was created on.
class
AsyncSocket
package
EventLoop
m_evLoop
;
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
Event loop of the thread this socket was created on.