when

Undocumented in source.
  1. shared(Future!When) when(A futures)
    template when(A)
    static
    shared(Future!When)
    when
    if (
    isTuple!A &&
    allSatisfy!(isFuture, A.Types)
    )
  2. template when(Futures...)

Members

Aliases

EventualType
alias EventualType(F) = F.Eventual
Undocumented in source.
When
alias When = Tuple!(staticMap!(EventualType, A.Types))
Undocumented in source.

Static functions

when
shared(Future!When) when(A futures)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta