concurrency v4.13.0 (2022-10-07T13:44:13Z)
Dub
Repo
GetSenderValues
concurrency
operations
whenall
Undocumented in source.
template
GetSenderValues (
Senders
...
) {
import
std
.
meta
;
;
alias
SenderValue
(
T
)
=
T
.
Value
;
alias
GetSenderValues
=
staticMap
!(
SenderValue
,
Senders
)
;
}
Members
Aliases
GetSenderValues
alias
GetSenderValues
=
staticMap
!(
SenderValue
,
Senders
)
Undocumented in source.
SenderValue
alias
SenderValue
(
T
)
=
T
.
Value
Undocumented in source.
Meta
Source
See Implementation
concurrency
operations
whenall
aliases
ArrayElement
functions
whenAll
structs
WhenAllSender
templates
GetSenderValues