| Package | Description |
|---|---|
| groovyx.gpars.dataflow.expression |
| Modifier and Type | Field and Description |
|---|---|
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
|
| Modifier and Type | Field and Description |
|---|---|
protected static java.util.concurrent.atomic.AtomicReferenceFieldUpdater<DataflowExpression,DataflowExpression.WaitingThread> |
DataflowExpression.waitingUpdater
Updater for the waiting field
|
| Constructor and Description |
|---|
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
|