PromiseSenderOp

Undocumented in source.

Constructors

this
this(typeof(this) rhs)
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Aliases

InternalValue
alias InternalValue = Sender.InternalValue
Undocumented in source.
Sender
alias Sender = Promise!T
Undocumented in source.

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

bitfield
SharedBitField!Flags bitfield;
Undocumented in source.
cb
StopCallback cb;
Undocumented in source.
parent
Sender parent;
Undocumented in source.
receiver
Receiver receiver;
Undocumented in source.

Meta