no return value for threading.Condition.wait(timeout)?

Gabriel Rossetti gabriel.rossetti at arimaz.com
Thu Jul 16 11:12:23 EDT 2009


Hello everyone,

I am using threading.Condition.wait(timeout) and was surprised to see 
that there is no return value nor an exception when wait() is used w/ a 
timeout. How am I supposed to know if it was notified or if it timed out?

cheers,
Gabriel



More information about the Python-list mailing list