|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. | |||||||||
PREV NEXT | FRAMES NO FRAMES |