Output

Round robin output channel. Implements OutputRange.

Destructor

~this
~this()

Finalizes all cursors on destroy.

Members

Aliases

Complement
alias Complement = Input
Undocumented in source.

Functions

available
ptrdiff_t available()

Count of messages that can be privided now. Negative value - new messages will never provided.

ignore
bool ignore()

True when no more messages will be consumed.

put
void put(Value value)

Put message to current non full Queue and switch Queue available must be checked before.

put
void put(Args args)

Create and put message. available must be checked before.

Mixins

__anonymous
mixin Channel!Message
Undocumented in source.

Meta