Panda3D
|
Public Member Functions | |
__init__ (self, lock=None) | |
__exit__ (self, t, v, tb) | |
acquire (self, *args, **kw) | |
notifyAll (self) | |
release (self) | |
wait (self, timeout=None) | |
Static Public Attributes | |
notify_all = notifyAll | |
This class provides a wrapper around Panda's ConditionVarFull object. The wrapper is designed to emulate Python's own threading.Condition object.
__init__ | ( | self, | |
lock = None ) |
__exit__ | ( | self, | |
t, | |||
v, | |||
tb ) |
acquire | ( | self, | |
* | args, | ||
** | kw ) |
notifyAll | ( | self | ) |
release | ( | self | ) |
wait | ( | self, | |
timeout = None ) |
|
static |