eventcore ~master (2021-12-17T12:21:51Z)
Dub
Repo
ClientHandler
http_server_fibers_example
Undocumented in source.
struct
ClientHandler {
@
safe
nothrow
StreamSocketFD
client
;
this(this)
;
void
handleConnection
();
}
Postblit
this(this)
this(this)
Undocumented in source.
Members
Functions
handleConnection
void
handleConnection
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
client
StreamSocketFD
client
;
Undocumented in source.
Meta
Source
See Implementation
http_server_fibers_example
aliases
StreamConnection
functions
done
getFiber
main
onClientConnect
structs
AsyncBlocker
ClientHandler
StreamConnectionImpl
variables
store
storeSize