Panda3D
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties
Public Member Functions | List of all members
BoundedSemaphore Class Reference
Inheritance diagram for BoundedSemaphore:
Semaphore

Public Member Functions

def __init__
 
def release
 
- Public Member Functions inherited from Semaphore
def __init__
 
def __exit__
 
def acquire
 

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

def __init__ (   self,
  value = 1 
)

Member Function Documentation

def release (   self)