Uses of Package
com.softwaremill.jox
-
Classes in com.softwaremill.jox used by com.softwaremill.joxClassDescriptionChannel is a thread-safe data structure which exposes three basic operations:Returned by
Channel.sendOrClosed(Object)andChannel.receiveOrClosed()when the channel is closed.Thrown byChannel.send(Object)andChannel.receive()when the channel is closed.A channel which can be closed.A clause to use as part ofSelect.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.