concurrency ~master (2021-12-17T04:39:41.439672)
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