Request

Undocumented in source.
@safe
struct Request (
string name
ID = uint
) {
Msg!name msg;
ID id;
string task_name;
}

Members

Functions

respond
void respond(Args args)

Send back some data to the task who sent the request