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

Packages that use DataflowExpression.WaitingThread
groovyx.gpars.dataflow.expression   
 

Uses of DataflowExpression.WaitingThread in groovyx.gpars.dataflow.expression
 

Fields in groovyx.gpars.dataflow.expression declared as DataflowExpression.WaitingThread
private static DataflowExpression.WaitingThread DataflowExpression.dummyWaitingThread
          A request chain terminator
private  DataflowExpression.WaitingThread DataflowExpression.WaitingThread.previous
           
 

Fields in groovyx.gpars.dataflow.expression with type parameters of type DataflowExpression.WaitingThread
private  java.util.concurrent.atomic.AtomicReference<DataflowExpression.WaitingThread> DataflowExpression.waiting
          Points to the head of the chain of requests waiting for a value to be bound
 

Constructors in groovyx.gpars.dataflow.expression 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–2012 Václav Pech. All Rights Reserved.