Uses of Package
groovyx.gpars.dataflow

Packages that use groovyx.gpars.dataflow
groovyx.gpars.activeobject   
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   
groovyx.gpars.util Various utility classes enhancing basic Java concurrency constructs. 
 

Classes in groovyx.gpars.dataflow used by groovyx.gpars.activeobject
DataflowVariable
          Represents a thread-safe single-assignment, multi-read variable.
 

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
Promise
          A unifying future-like interface to dataflow variables, asynchronous functions and active objects.
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
 

Classes in groovyx.gpars.dataflow used by groovyx.gpars.util
DataflowVariable
          Represents a thread-safe single-assignment, multi-read variable.
 


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