Uses of Class
groovyx.gpars.dataflow.DataflowExpression.WaitingThread

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

Uses of DataflowExpression.WaitingThread in groovyx.gpars.dataflow
 

Fields in groovyx.gpars.dataflow declared as DataflowExpression.WaitingThread
private static DataflowExpression.WaitingThread DataflowExpression.dummyWaitingThread
          A request chain terminator
private  DataflowExpression.WaitingThread DataflowExpression.WaitingThread.previous
           
private  DataflowExpression.WaitingThread DataflowExpression.waiting
          Points to the head of the chain of requests waiting for a value to be bound
 

Fields in groovyx.gpars.dataflow with type parameters of type DataflowExpression.WaitingThread
protected static java.util.concurrent.atomic.AtomicReferenceFieldUpdater<DataflowExpression,DataflowExpression.WaitingThread> DataflowExpression.waitingUpdater
          Updater for the waiting field
 

Constructors in groovyx.gpars.dataflow with parameters of type DataflowExpression.WaitingThread
DataflowExpression.WaitingThread(java.lang.Thread thread, DataflowExpression.WaitingThread previous, java.lang.Object attachment, MessageStream callback)
          Creates a representation of the request to read the value once it is bound
 


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