Uses of Interface
groovyx.gpars.dataflow.Promise

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

Uses of Promise in groovyx.gpars.dataflow
 

Classes in groovyx.gpars.dataflow that implement Promise
 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.