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, whenBound, whenBound, wheneverBound, wheneverBound
 
Methods inherited from interface groovyx.gpars.dataflow.DataflowWriteChannel
bind, leftShift, leftShift
 


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