All Classes and Interfaces
Class
Description
Channel is a thread-safe data structure which exposes three basic operations:
Returned by
Channel.sendOrClosed(Object) and Channel.receiveOrClosed() when the channel is closed.Thrown by
Channel.send(Object) and Channel.receive() when the channel is closed.A channel which can be closed.
A clause to use as part of
Select.select(SelectClause[]).A channel sink, which can be used to send values to the channel.
A channel source, which can be used to receive values from the channel.