concurrency v4.12.0 (2022-07-25T21:03:12Z)
Dub
Repo
CompleteWithErrorSender
concurrency
operations
completewitherror
Undocumented in source.
struct
CompleteWithErrorSender (
Sender
)
if
(
models
!(
Sender
,
isSender
)
) {
alias
Value
=
Sender
.
Value
;
Sender
sender
;
Throwable
t
;
auto
connect
(Receiver receiver);
}
Members
Aliases
Value
alias
Value
=
Sender
.
Value
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.
t
Throwable
t
;
Undocumented in source.
Meta
Source
See Implementation
concurrency
operations
completewitherror
functions
completeWithError
structs
CompleteWithErrorSender
templates
isA
isNotA