groovyx.gpars.dataflow
Interface DataFlowChannel<T>

All Superinterfaces:
DataFlowReadChannel<T>, DataFlowWriteChannel<T>
All Known Implementing Classes:
DataFlowQueue, DataFlowVariable, DataFlowVariable.RemoteDataFlowVariable

public interface DataFlowChannel<T>
extends DataFlowReadChannel<T>, DataFlowWriteChannel<T>

A common interface for all dataflow variables, streams or queues

Author:
Vaclav Pech Date: 21st Sep 2010

Method Summary
 
Methods inherited from interface groovyx.gpars.dataflow.DataFlowReadChannel
getVal, getVal, getValAsync, getValAsync, isBound, poll, rightShift, whenBound, whenBound, wheneverBound, wheneverBound
 
Methods inherited from interface groovyx.gpars.dataflow.DataFlowWriteChannel
bind, leftShift, leftShift
 


Copyright © 2008–2010 Václav Pech. All Rights Reserved.