FunctionFuture

Undocumented in source.
shared
class FunctionFuture : FutureBase!(ReturnType!fun), IDisposable (
alias fun
bool pool = true
Args...
) {}

Constructors

this
this(Args args)
Undocumented in source.

Members

Aliases

T
alias T = Task!(fun, ParameterTypeTuple!fun)*
Undocumented in source.
V
alias V = ReturnType!fun
Undocumented in source.

Functions

await
shared(V) await()
Undocumented in source. Be warned that the author may not have intended to support it.
dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From IDisposable

dispose
void dispose()
Undocumented in source.

Meta