Uses of Interface
groovyx.gpars.dataflow.DataflowChannel

Packages that use DataflowChannel
groovyx.gpars.dataflow This package holds classes for basic dataflow concurrency constructs, like dataflow variables, streams and threads. 
 

Uses of DataflowChannel in groovyx.gpars.dataflow
 

Classes in groovyx.gpars.dataflow that implement DataflowChannel
 class DataflowQueue<T>
          Represents a thread-safe data flow stream.
 class DataflowVariable<T>
          Represents a thread-safe single-assignment, multi-read variable.
static class DataflowVariable.RemoteDataflowVariable<T>
           
 


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