Sink
ox.channels.Sink
Attributes
- Graph
-
- Supertypes
- Known subtypes
Members list
Type members
Classlikes
sealed trait Send extends SelectClause[Unit]
Attributes
- Supertypes
- Known subtypes
-
class BufferedSendclass DirectSend
case class Sent extends SelectResult[Unit]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait SelectResult[Unit]class Objecttrait Matchableclass AnyShow all
Value members
Abstract 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
Concrete methods
In this article