Panda3D
Public Member Functions

BoundedSemaphore Class Reference

Inheritance diagram for BoundedSemaphore:
Semaphore

List of all members.

Public Member Functions

def __init__
def release

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 
)

Reimplemented from Semaphore.


Member Function Documentation

def release (   self)
 All Classes Namespaces Functions Variables Properties