Panda3D
|
Public Member Functions | |
def | __init__ (self, name="PythonLock") |
def | __exit__ (self, t, v, tb) |
def | acquire (self, blocking=True) |
This class provides a wrapper around Panda's Mutex object. The wrapper is designed to emulate Python's own threading.Lock object.
def __init__ | ( | self, | |
name = "PythonLock" |
|||
) |
def __exit__ | ( | self, | |
t, | |||
v, | |||
tb | |||
) |
def acquire | ( | self, | |
blocking = True |
|||
) |