async ~master (2021-06-09T06:08:03Z)
Dub
Repo
EventLoop.this
async
eventloop
EventLoop
Undocumented in source.
class
EventLoop
this
(
TcpListener
listener
,
OnConnected
onConnected
,
OnDisConnected
onDisConnected
,
OnReceive
onReceive
,
OnSendCompleted
onSendCompleted
,
OnSocketError
onSocketError
,
Codec
codec
= null
,
const
int
workerThreadNum
=
totalCPUs
* 2 + 2
)
Meta
Source
See Implementation
async
eventloop
EventLoop
constructors
this
functions
run