concurrency v3.1.0 (2021-08-24T13:51:28Z)
Dub
Repo
SharedSender.SharedSenderOp
concurrency
operations
toshared
SharedSender
Undocumented in source.
class
SharedSender
(Sender, Scheduler)
static
struct
SharedSenderOp (
Receiver
) {
SharedSender
parent
;
Receiver
receiver
;
StopCallback
cb
;
void
start
();
void
onStop
();
void
onValue
(InternalValue value);
}
Members
Functions
onStop
void
onStop
()
Undocumented in source. Be warned that the author may not have intended to support it.
onValue
void
onValue
(InternalValue value)
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
cb
StopCallback
cb
;
Undocumented in source.
parent
SharedSender
parent
;
Undocumented in source.
receiver
Receiver
receiver
;
Undocumented in source.
Meta
Source
See Implementation
concurrency
operations
toshared
SharedSender
aliases
DG
InternalValue
Value
ValueRep
classes
SharedSenderState
constructors
this
functions
connect
isCompleted
reset
structs
SharedSenderOp
SharedSenderReceiver