concurrency v3.1.0 (2021-08-24T13:51:28Z)
Dub
Repo
WhenAllSender
concurrency
operations
whenall
Undocumented in source.
struct
WhenAllSender (
Senders
...
)
if
(
allSatisfy
!(
ApplyRight
!(
models
,
isSender
),
Senders
)
) {
alias
Result
=
WhenAllResult
!(
SenderValues
!
Senders
)
;
alias
Value
=
typeof
(
Result
.
values
)
;
alias
Value
=
void
;
Senders
senders
;
auto
connect
(Receiver receiver);
}
Members
Aliases
Result
alias
Result
=
WhenAllResult
!(
SenderValues
!
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
Source
See Implementation
concurrency
operations
whenall
functions
whenAll
structs
WhenAllSender
templates
SenderValues