app

Undocumented in source.

Members

Aliases

Identity
alias Identity(I...) = I
Undocumented in source.

Functions

broadcast
void broadcast(JSONValue value)
Undocumented in source. Be warned that the author may not have intended to support it.
handleRequest
void handleRequest(int id, JSONValue request)
Undocumented in source. Be warned that the author may not have intended to support it.
handleRequestMod
void handleRequestMod(int id, JSONValue request, JSONValue[] values, int asyncWaiting, bool isAsync, bool hasArgs, AsyncCallback asyncCallback)
Undocumented in source. Be warned that the author may not have intended to support it.
main
int main(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
processException
void processException(int id, Throwable e)
Undocumented in source. Be warned that the author may not have intended to support it.
processException
void processException(int id, JSONValue request, Throwable e)
Undocumented in source. Be warned that the author may not have intended to support it.
send
void send(int id, JSONValue[] values)
Undocumented in source. Be warned that the author may not have intended to support it.
sendFinal
void sendFinal(int id, JSONValue value)
Undocumented in source. Be warned that the author may not have intended to support it.
toJSONArray
JSONValue toJSONArray(T value)
commandMutex
Mutex commandMutex;
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

stdin
File stdin;
stdout
File stdout;
Undocumented in source.
writeMutex
Mutex writeMutex;
Undocumented in source.

Templates

JSONCall
template JSONCall(alias T, string fn, string jsonvar, bool async)
Undocumented in source.
JSONCallBody
template JSONCallBody(alias T, string fn, string jsonvar, size_t i, Args...)
Undocumented in source.
JSONCallNoRet
template JSONCallNoRet(alias T, string fn, string jsonvar, bool async)
Undocumented in source.
compatibleGetUDAs
template compatibleGetUDAs(alias symbol, alias attribute)
Undocumented in source.

Meta