next.next

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

Members

Aliases

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

Static functions

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

Meta