async v0.2.11 (2022-01-25T05:41:09Z)
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