A logical representation of a synchronous or asynchronous request to read the value once it is bound.
Modifiers | Name | Description |
---|---|---|
private java.lang.Object |
attachment |
|
private MessageStream |
callback |
|
private WaitingThread |
previous |
|
private static long |
serialVersionUID |
|
private java.lang.Thread |
thread |
Constructor and description |
---|
private DataflowExpression.WaitingThread
(java.lang.Thread thread, WaitingThread previous, java.lang.Object attachment, MessageStream callback) Creates a representation of the request to read the value once it is bound |
Methods inherited from class | Name |
---|---|
class java.util.concurrent.atomic.AtomicBoolean |
java.util.concurrent.atomic.AtomicBoolean#get(), java.util.concurrent.atomic.AtomicBoolean#toString(), java.util.concurrent.atomic.AtomicBoolean#set(boolean), java.util.concurrent.atomic.AtomicBoolean#lazySet(boolean), java.util.concurrent.atomic.AtomicBoolean#compareAndSet(boolean, boolean), java.util.concurrent.atomic.AtomicBoolean#getAndSet(boolean), java.util.concurrent.atomic.AtomicBoolean#weakCompareAndSet(boolean, boolean), java.util.concurrent.atomic.AtomicBoolean#wait(), java.util.concurrent.atomic.AtomicBoolean#wait(long, int), java.util.concurrent.atomic.AtomicBoolean#wait(long), java.util.concurrent.atomic.AtomicBoolean#equals(java.lang.Object), java.util.concurrent.atomic.AtomicBoolean#hashCode(), java.util.concurrent.atomic.AtomicBoolean#getClass(), java.util.concurrent.atomic.AtomicBoolean#notify(), java.util.concurrent.atomic.AtomicBoolean#notifyAll() |
class java.lang.Object |
java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Creates a representation of the request to read the value once it is bound
thread
- The physical thread of the request, which will be suspendedprevious
- The previous request in the chain of requestsattachment
- An arbitrary object closely identifying the request for the callercallback
- An actor or operator to send a message to once a value is boundCopyright © 2008–2014 Václav Pech. All Rights Reserved.