ChannelState
ox.channels.ChannelState
trait ChannelState
Allows querying the channel for its closed status.
A channel can be closed in two ways:
- using Sink.done, indicating that no more elements will be sent
- using Sink.error, indicating an error
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Members list
In this article