concurrency v3.1.0 (2021-08-24T13:51:28Z)
Dub
Repo
SenderValues
concurrency
operations
whenall
Undocumented in source.
template
SenderValues (
Senders
...
) {
import
std
.
meta
;
;
alias
SenderValue
(
T
)
=
T
.
Value
;
alias
SenderValues
=
staticMap
!(
SenderValue
,
Senders
)
;
}
Members
Aliases
SenderValue
alias
SenderValue
(
T
)
=
T
.
Value
Undocumented in source.
SenderValues
alias
SenderValues
=
staticMap
!(
SenderValue
,
Senders
)
Undocumented in source.
Meta
Source
See Implementation
concurrency
operations
whenall
functions
whenAll
structs
WhenAllSender
templates
SenderValues