SharedSender

Undocumented in source.

Constructors

this
this(Sender sender, Scheduler scheduler)
Undocumented in source.

Members

Aliases

DG
alias DG = void delegate(InternalValue) nothrow @(safe) shared
Undocumented in source.
InternalValue
alias InternalValue = Algebraic!(Exception, ValueRep, Done)
Undocumented in source.
Value
alias Value = Sender.Value
Undocumented in source.
ValueRep
alias ValueRep = Value
Undocumented in source.

Classes

SharedSenderState
class SharedSenderState
Undocumented in source.

Functions

connect
auto connect(Receiver receiver)
Undocumented in source. Be warned that the author may not have intended to support it.
isCompleted
bool isCompleted()
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Done
struct Done
Undocumented in source.
SharedSenderOp
struct SharedSenderOp(Receiver)
Undocumented in source.
SharedSenderReceiver
struct SharedSenderReceiver
Undocumented in source.
ValueRep
struct ValueRep
Undocumented in source.

Meta