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 |
Modifier and Type | Field and Description |
---|---|
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
|
Constructor and Description |
---|
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
|