WhenAllSender

Undocumented in source.
struct WhenAllSender (
Senders...
) if (
(
Senders.length > 1 &&
allSatisfy!(ApplyRight!(models, isSender), Senders)
)
||
(models!(ArrayElement!(Senders[0]), isSender))
) {}

Members

Aliases

Result
alias Result = WhenAllResult!(Senders)
Undocumented in source.
Value
alias Value = typeof(Result.values)
Undocumented in source.
Value
alias Value = void
Undocumented in source.

Functions

connect
auto connect(Receiver receiver)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

senders
Senders senders;
Undocumented in source.

Meta