when

Undocumented in source.
  1. auto when(Futures futures)
    template when(Futures...)
    static
    when
    (
    Futures futures
    )
    if (
    allSatisfy!(isFuture, Futures)
    )
  2. template when(A)

Members

Static functions

when
auto when(Futures futures)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta