concurrency v4.12.0 (2022-07-25T21:03:12Z)
Dub
Repo
WithChildSender
concurrency
operations
withchild
Undocumented in source.
struct
WithChildSender (
SenderParent
SenderChild
)
if
(
models
!(
SenderParent
,
isSender
) &&
models
!(
SenderChild
,
isSender
)
) {
alias
Value
=
void
;
SenderParent
a
;
SenderChild
b
;
auto
connect
(Receiver receiver);
}
Members
Aliases
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
a
SenderParent
a
;
Undocumented in source.
b
SenderChild
b
;
Undocumented in source.
Meta
Source
See Implementation
concurrency
operations
withchild
functions
withChild
structs
WithChildSender