...
Anchor | ||||
---|---|---|---|---|
|
Wiki Markup |
---|
*condition predicate* : A condition predicate is an expression constructed from the state variables of a class \[[Goetz 06AA. Java References#Goetz 06]\]. It is a requirement that must be true for a thread to continue |
execution. The thread pauses |
execution, via {{Object.wait()}}, {{Thread.sleep()}}, or some other mechanism, and is resumed later, presumably when the requirement is true and when it is notified. |
Anchor | ||||
---|---|---|---|---|
|
...