concurrency v4.12.0 (2022-07-25T21:03:12Z)
Dub
Repo
ThreadSender.Op
concurrency
thread
ThreadSender
Undocumented in source.
struct
ThreadSender
static
struct
Op (
Receiver
) {
this
(Receiver receiver);
void
start
();
void
run
();
}
Constructors
this
this
(Receiver receiver)
Undocumented in source.
Members
Functions
run
void
run
()
Undocumented in source. Be warned that the author may not have intended to support it.
start
void
start
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
concurrency
thread
ThreadSender
aliases
Value
functions
connect
structs
Op