|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.util.concurrent.atomic.AtomicBoolean
gpars.dataflow.DataFlowExpression.WaitingThread
class DataFlowExpression.WaitingThread extends AtomicBoolean
A logical representation of a synchronous or asynchronous request to read the value once it is bound.
| Constructor Summary | |
private DataFlowExpression.WaitingThread(Thread thread, WaitingThread previous, Object attachment, MessageStream callback)
Creates a representation of the request to read the value once it is bound |
|
| Method Summary |
|---|
| Methods inherited from class AtomicBoolean | |
|---|---|
| get, toString, set, lazySet, getAndSet, compareAndSet, weakCompareAndSet, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Constructor Detail |
|---|
private DataFlowExpression.WaitingThread(Thread thread, WaitingThread previous, Object attachment, MessageStream callback)
Groovy Documentation