Request

Undocumented in source.

Members

Aliases

Response
alias Response = .Response!(name, ID)
Undocumented in source.

Functions

respond
void respond(Args args)

Send back some data to the task who sent the request

Static functions

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

Variables

id
ID id;
Undocumented in source.
msg
Msg!name msg;
Undocumented in source.
task_name
string task_name;
Undocumented in source.

Meta