...
Wiki Markup |
---|
Safety and liveness are both concerns when using the wait/notify mechanism. Safety requires that all objects to maintain consistent states in a multithreaded environment \[[Lea 2000|AA. Java References#Lea 00]\]. Liveness requires that every operation or method invocation execute to completion without interruption. |
...