concurrency v3.0.2 (2021-07-08T11:18:17Z)
Dub
Repo
RaceSender
concurrency
operations
race
Undocumented in source.
struct
RaceSender (
Senders
...
)
if
(
allSatisfy
!(
ApplyRight
!(
models
,
isSender
),
Senders
)
) {
alias
Value
=
Result
!(
Senders
)
;
Senders
senders
;
bool
noDropouts
;
auto
connect
(Receiver receiver);
}
Members
Aliases
Value
alias
Value
=
Result
!(
Senders
)
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
noDropouts
bool
noDropouts
;
Undocumented in source.
senders
Senders
senders
;
Undocumented in source.
Meta
Source
See Implementation
concurrency
operations
race
functions
race
structs
RaceSender