async.async

Undocumented in source.
template async(A...)
static
shared(Future!B)
async
()

Members

Aliases

B
alias B = typeof(g(A.init))
Undocumented in source.
g
alias g = tryCatch!f
Undocumented in source.

Static functions

async
shared(Future!B) async(A args)
Undocumented in source. Be warned that the author may not have intended to support it.
run
void run(shared(Future!B) future, A args)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta