...
Related Guidelines
CON38-C. Notify all threads waiting on a condition variablePreserve thread safety and liveness when using condition variables |
Bibliography
[API 2006] | |
[JLS 2005] | |
Section 14.2.4, Notification | |
Item 50. Never invoke wait outside a loop |
...