View Single Post
  #1 (permalink)  
Old 02-20-2005
andhow andhow is offline
Registered User
 
 
Join Date: Jan 2005
Posts: 16
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?
Reply With Quote