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

Public Member Functions

 __init__ (self, value=1)
 
 release (self)
 
- Public Member Functions inherited from Semaphore
 __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.BoundedSemaphore object. 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
value = 1 )

Reimplemented from Semaphore.

Member Function Documentation

◆ release()

release ( self)