http_server_fibers_example

dub.sdl: name "http-server-fibers-example" description "Simple fiber based pseudo HTTP server suitable for benchmarking" dependency "eventcore" path=".."

Members

Aliases

StreamConnection
alias StreamConnection = RefCounted!StreamConnectionImpl
Undocumented in source.

Functions

done
void done(Fiber f)
Undocumented in source. Be warned that the author may not have intended to support it.
getFiber
Fiber getFiber()
Undocumented in source. Be warned that the author may not have intended to support it.
main
void main()
Undocumented in source. Be warned that the author may not have intended to support it.
onClientConnect
void onClientConnect(StreamListenSocketFD listener, StreamSocketFD client, RefAddress )
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

AsyncBlocker
struct AsyncBlocker
Undocumented in source.
ClientHandler
struct ClientHandler
Undocumented in source.
StreamConnectionImpl
struct StreamConnectionImpl
Undocumented in source.

Variables

store
Fiber[] store;
Undocumented in source.
storeSize
size_t storeSize;
Undocumented in source.

Meta