Panda3D
|
Public Member Functions | |
def | __init__ (self, lock=None) |
def | __exit__ (self, t, v, tb) |
def | acquire (self, *args, **kw) |
def | notifyAll (self) |
def | release (self) |
def | wait (self, timeout=None) |
Static Public Attributes | |
def | 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.
def __init__ | ( | self, | |
lock = None |
|||
) |
def __exit__ | ( | self, | |
t, | |||
v, | |||
tb | |||
) |
def acquire | ( | self, | |
* | args, | ||
** | kw | ||
) |
def notifyAll | ( | self | ) |
def release | ( | self | ) |
def wait | ( | self, | |
timeout = None |
|||
) |
|
static |