Versions Compared

Key

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

...

Related Guidelines

Bibliography

[API 2006]

java.util.concurrent.locks.Condition interface

[JLS 2005]

Chapter 17, Threads and Locks

[Goetz 2006]

Section 14.2.4, Notification

[Bloch 2001]

Item 50. Never invoke wait outside a loop

...