Module com.softwaremill.jox
Package com.softwaremill.jox
package com.softwaremill.jox
-
ClassDescriptionChannel<T>Channel 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.SelectClause<T>A clause to use as part ofSelect.select(SelectClause[]).Sink<T>A channel sink, which can be used to send values to the channel.Source<T>A channel source, which can be used to receive values from the channel.