Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 \[[Goetz 06|AA. Java References#Goetz 06]\]. 

Anchor
conflicting accesses
conflicting accesses

...