Defines an interface for a channel output end which may reject data if the reader is not prepared
to receive it and calls reject
instead of read
on the input channel end.
Methods inherited from class | Name |
---|---|
interface ChannelOutput |
write |
interface Poisonable |
poison |
Writes data over the channel.
o
- an object to write over the channel.