| Trees | Indices | Help |
|
|---|
|
|
Group-only non-polling condition with counters.
This condition class uses pipes and poll, internally, to be able to wait for notification with a timeout, without resorting to polling. It is almost compatible with Python's threading.Condition, but only supports notifyAll and non-recursive locks. As an additional features it's able to report whether there are any waiting threads.
|
|||
|
_single_condition_class Condition which can only be notified once. |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Initializes this class.
|
Wait for a notification.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Dec 20 13:27:03 2010 | http://epydoc.sourceforge.net |