Groovy Documentation

Package gpars.dataflow

 

Class Summary
DataCallback A helper class enabling the 'whenBound()' functionality of a DataFlowVariable.
DataFlow Contains factory methods to create dataflow actors and starting them.
DataFlowActor A parent actor for all actors used in Dataflow Concurrency implementation
DataFlowComplexExpression @author Alex Tkachman
DataFlowExpression The base class for all dataflow elements.
DataFlowExpression.BindDataFlow Represents a remote message binding a value to a remoted DataFlowExpression
DataFlowGetPropertyExpression DFE which evaluate property when receiver became available
DataFlowInvocationExpression Data flow expression which invokes method of object after receiver and all arguments became available
DataFlowPGroup Groups all dataflow threads, tasks and operators.
DataFlowStream Represents a thread-safe data flow stream.
DataFlowVariable Represents a thread-safe single-assignment, multi-read variable.
DataFlowVariable.RemoteDataFlowVariable
DataFlows Convenience class that makes working with DataFlowVariables more comfortable.
RemoteDataFlowExpression @author Alex Tkachman
SingleRunActor An actor representing a dataflow thread.
 


Groovy Documentation