Condition Implements a thread-spanning condition
Condition Implements a thread-spanning condition. If a condition-object is created, its initial condition is False. You can check the condition nonblocking with "check()" or "wait()" for it to become set (block the thread until condition becomes true).
The methods "set()" and "reset()" are used to change the conditions state. When you call "set()", ALL threads waiting on the condition will be unblocked.
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de