Panda3D
|
Public Member Functions | |
def | __init__ |
def | __exit__ |
def | acquire |
This class provides a wrapper around Panda's Semaphore object. The wrapper is designed to emulate Python's own threading.Semaphore object.
def __init__ | ( | self, | |
value = 1 |
|||
) |
Reimplemented in BoundedSemaphore.
def __exit__ | ( | self, | |
t, | |||
v, | |||
tb | |||
) |
def acquire | ( | self, | |
blocking = True |
|||
) |