Worker

Undocumented in source.

Members

Functions

callHandlers
void callHandlers(Request request, Output output)
Undocumented in source. Be warned that the author may not have intended to support it.
parseHttpRequest
bool parseHttpRequest(WorkerConfigPtr config, ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
wake
void wake(WorkerConfigPtr config)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

instance
auto instance()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

requestId
auto requestId;
Undocumented in source.

Variables

channel
Socket channel;
Undocumented in source.
daemonProcess
ProcessInfo daemonProcess;
Undocumented in source.
idlingAt
CoarseTime idlingAt;
Undocumented in source.
mem
char[] mem;
Undocumented in source.
output
Output output;
Undocumented in source.
request
Request request;
Undocumented in source.
startedAt
CoarseTime startedAt;
Undocumented in source.

Meta