concurrency v5.0.3 (2023-04-12T14:20:47Z)
Dub
Repo
OutOfBandValueSender.Op
ut
concurrency
operations
OutOfBandValueSender
Undocumented in source.
struct
OutOfBandValueSender
(T)
struct
Op (
Receiver
) {
Receiver
receiver
;
T
value
;
this
(typeof(this) rhs);
this(this)
;
void
run
();
void
start
();
}
Constructors
this
this
(typeof(this) rhs)
Undocumented in source.
Postblit
this(this)
this(this)
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.
Variables
receiver
Receiver
receiver
;
Undocumented in source.
value
T
value
;
Undocumented in source.
Meta
Source
See Implementation
ut
concurrency
operations
OutOfBandValueSender
aliases
Value
functions
connect
structs
Op
variables
value