concurrency ~master (2022-01-07T14:23:47Z)
Dub
Repo
CompleteWithCancellationSender
concurrency
operations
completewithcancellation
Undocumented in source.
struct
CompleteWithCancellationSender (
Sender
)
if
(
models
!(
Sender
,
isSender
)
) {
alias
Value
=
void
;
Sender
sender
;
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
sender
Sender
sender
;
Undocumented in source.
Meta
Source
See Implementation
concurrency
operations
completewithcancellation
functions
completeWithCancellation
structs
CompleteWithCancellationSender