ox.channels.Channel
See theChannel companion object
Attributes
- Companion:
- object
- Graph
- Supertypes
- Known subtypes
- class BufferedChannel[T]class DirectChannel[T]
Members list
Concise view
Value members
Concrete methods
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- SourceOps
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:
- Inherited from:
- Sink
Attributes
- Inherited from:
- Sink
Attributes
- Inherited from:
- Sink
Attributes
- Inherited from:
- Sink
Attributes
- Inherited from:
- SourceOps
Attributes
- Inherited from:
- Sink
Attributes
- Inherited from:
- SourceOps
Attributes
- Inherited from:
- SourceOps
Attributes
- Inherited from:
- SourceOps