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

Public Member Functions

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.Semaphore object. 

Constructor & Destructor Documentation

def __init__ (   self,
  value = 1 
)

Member Function Documentation

def __exit__ (   self,
  t,
  v,
  tb 
)
def acquire (   self,
  blocking = True 
)