|
what can Monitor::wait() throw?
Referring to pg. 648 of the Ice 2.0 docs, they wrap the increment/decrement in a try catch block, which makes sense if wait() can throw. My question is what does Monitor::wait() throw and in what situations? Does this apply to Monitor::timedWait() as well?
|