DirectChannel
ox.channels.DirectChannel
A channel with capacity 0, requiring that senders & receivers meet to exchange a value.
Attributes
- Graph
- Supertypes
Members list
Concise view
Value members
Concrete methods
Completes the channel with a "done" state.
Completes the channel with a "done" state.
Any elements that have been sent can be received. After that, receivers will learn that the channel is done.
No new elements can be sent to this channel. Sending will end with a ChannelClosedException.Done exception.
Attributes
- Note:
- Definition Classes
Attributes
- Definition Classes