Panda3D
|
Public Member Functions | |
def | __init__ |
def | __exit__ |
def | acquire |
def | notifyAll |
def | release |
def | wait |
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.
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 |
|||
) |
notify_all = notifyAll [static] |