|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use groovyx.gpars.dataflow | |
---|---|
groovyx.gpars.actor | This package holds classes forming the public actor API. |
groovyx.gpars.dataflow | This package holds classes for basic dataflow concurrency constructs, like dataflow variables, streams and threads. |
groovyx.gpars.dataflow.impl | |
groovyx.gpars.dataflow.stream |
Classes in groovyx.gpars.dataflow used by groovyx.gpars.actor | |
---|---|
DataFlowExpression
The base class for all dataflow elements. |
Classes in groovyx.gpars.dataflow used by groovyx.gpars.dataflow | |
---|---|
DataFlowComplexExpression
|
|
DataFlowExpression
The base class for all dataflow elements. |
|
DataFlowExpression.DataFlowExpressionsCollector
Listener for availability of data flow expressions we depend from |
|
DataFlowExpression.WaitingThread
A logical representation of a synchronous or asynchronous request to read the value once it is bound. |
|
DataFlowChannel
A common interface for all dataflow variables, streams or queues |
|
DataFlowReadChannel
A common interface for all dataflow variables, streams or queues |
|
DataFlowVariable
Represents a thread-safe single-assignment, multi-read variable. |
|
DataFlowVariable.RemoteDataFlowVariable
|
|
DataFlowWriteChannel
A common interface for all writable dataflow variables, streams or queues |
|
Select
A Select allows the user to select a value from multiple channels, which have a value available for read at the moment. |
|
SelectResult
A bean representing the result of the select operation on a Select. |
Classes in groovyx.gpars.dataflow used by groovyx.gpars.dataflow.impl | |
---|---|
DataFlowReadChannel
A common interface for all dataflow variables, streams or queues |
Classes in groovyx.gpars.dataflow used by groovyx.gpars.dataflow.stream | |
---|---|
DataFlowExpression
The base class for all dataflow elements. |
|
DataFlowReadChannel
A common interface for all dataflow variables, streams or queues |
|
DataFlowVariable
Represents a thread-safe single-assignment, multi-read variable. |
|
DataFlowWriteChannel
A common interface for all writable dataflow variables, streams or queues |
|
Copyright © 2008–2010 Václav Pech. All Rights Reserved. | |||||||||
PREV NEXT | FRAMES NO FRAMES |