Uses of Interface
com.softwaremill.jox.CloseableChannel
-
Uses of CloseableChannel in com.softwaremill.jox
Subinterfaces of CloseableChannel in com.softwaremill.joxModifier and TypeInterfaceDescriptioninterfaceSink<T>A channel sink, which can be used to send values to the channel.interfaceSource<T>A channel source, which can be used to receive values from the channel.Classes in com.softwaremill.jox that implement CloseableChannelModifier and TypeClassDescriptionfinal classChannel<T>Channel is a thread-safe data structure which exposes three basic operations:classCollectSource<V,T>