Panda3D
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Semaphore Class Reference
Inheritance diagram for Semaphore:
BoundedSemaphore

Public Member Functions

 __init__ (self, value=1)
 
 __exit__ (self, t, v, tb)
 
 acquire (self, blocking=True)
 

Detailed Description

 This class provides a wrapper around Panda's Semaphore
object.  The wrapper is designed to emulate Python's own
threading.Semaphore object. 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
value = 1 )

Reimplemented in BoundedSemaphore.

Member Function Documentation

◆ __exit__()

__exit__ ( self,
t,
v,
tb )

◆ acquire()

acquire ( self,
blocking = True )