teer::ConditionVariable Class Reference
List of all members.
Detailed Description
The basic conditional variable
Definition at line 63 of file teer.py.
Member Function Documentation
def teer::ConditionVariable::__get__ |
( |
|
self, |
|
|
|
obj, |
|
|
|
objtype | |
|
) |
| | |
def teer::ConditionVariable::__init__ |
( |
|
self, |
|
|
|
initval = None | |
|
) |
| | |
def teer::ConditionVariable::__set__ |
( |
|
self, |
|
|
|
obj, |
|
|
|
val | |
|
) |
| | |
Set a value, evaluate conditions for tasks waiting on this variable
Definition at line 72 of file teer.py.
def teer::ConditionVariable::_set_name |
( |
|
self, |
|
|
|
cls, |
|
|
|
top_level = True | |
|
) |
| | [private] |
if unknown, retrieve my own name using introspection
Definition at line 77 of file teer.py.
Member Data Documentation
The documentation for this class was generated from the following file: