State

Undocumented in source.

Constructors

this
this(DG dg, Receiver receiver)
Undocumented in source.

Members

Aliases

DG
alias DG = CollectDelegate!(SenderValue)
Undocumented in source.
SenderValue
alias SenderValue = TSenderValue
Undocumented in source.
StreamSenderValue
alias StreamSenderValue = TStreamSenderValue
Undocumented in source.
onOverlap
alias onOverlap = overlap
Undocumented in source.

Functions

stop
bool stop()
Undocumented in source. Be warned that the author may not have intended to support it.
stop
bool stop()
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.
dg
DG dg;
Undocumented in source.
innerStopSource
StopSource innerStopSource;
Undocumented in source.
receiver
Receiver receiver;
Undocumented in source.
semaphore
Semaphore semaphore;
Undocumented in source.
throwable
Throwable throwable;
Undocumented in source.
value
StreamSenderValue value;
Undocumented in source.

Inherited Members

From StopSource

stop
bool stop()
Undocumented in source. Be warned that the author may not have intended to support it.
stop
bool stop()
Undocumented in source. Be warned that the author may not have intended to support it.
isStopRequested
bool isStopRequested()
Undocumented in source. Be warned that the author may not have intended to support it.
isStopRequested
bool isStopRequested()
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset()

resets the internal state, only do this if you are sure nothing else is looking at this...

Meta