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