concurrency v4.12.0 (2022-07-25T21:03:12Z)
Dub
Repo
ErrorSender.ErrorOp
concurrency
sender
ErrorSender
Undocumented in source.
struct
ErrorSender
static
struct
ErrorOp (
Receiver
) {
Receiver
receiver
;
Throwable
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
Throwable
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