during v0.3.0-rc.3 (2021-10-23T17:45:46Z)
Home
Dub
Repo
IOContext
echo_server
app
Undocumented in source.
nothrow @
nogc
struct
IOContext {
OP
op
;
int
fd
;
ubyte
[]
buffer
;
}
Members
Variables
buffer
ubyte
[]
buffer
;
Undocumented in source.
fd
int
fd
;
Undocumented in source.
op
OP
op
;
Undocumented in source.
Meta
Source
See Implementation
echo_server
app
aliases
IOBuffer
enums
ClientState
OP
functions
acceptNext
closeClient
initServer
main
onAccept
onRead
onWrite
readNext
writeNext
manifest constants
BUF_SIZE
MAX_CLIENTS
SOCK_NONBLOCK
structs
ClientContext
IOContext
variables
PORT
bpool
cpool
totalClients