then.then

Undocumented in source.
template then(A, B...)
static
shared(Future!C)
then
(
shared(Future!A) future
,)

Members

Aliases

C
alias C = typeof(apply!f(A.init, B.init))
Undocumented in source.

Static functions

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

Meta