Channel
Object Hierarchy:
Description:
[
Version ( since =
"0.3.0-alpha" ) ]
public interface Channel<
G> :
Sender<
G>,
Receiver<
G>
Multi-producer multi-consumer channels. Channels are the pipes that provide communication between threads.
See also:
Sender, Receiver
Content:
Static methods:
Inherited Members:
All known members inherited from interface Gpseq.Sender
All known members inherited from interface Gpseq.Receiver