concurrency v3.1.0 (2021-08-24T13:51:28Z)
Dub
Repo
ErrorSender.ErrorOp
concurrency
sender
ErrorSender
Undocumented in source.
struct
ErrorSender
static
struct
ErrorOp (
Receiver
) {
Receiver
receiver
;
Exception
exception
;
void
start
();
}
Members
Functions
start
void
start
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
exception
Exception
exception
;
Undocumented in source.
receiver
Receiver
receiver
;
Undocumented in source.
Meta
Source
See Implementation
concurrency
sender
ErrorSender
aliases
Value
functions
connect
structs
ErrorOp
variables
exception