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

Public Member Functions

 __init__ (self, lock=None)
 
 __exit__ (self, t, v, tb)
 
 acquire (self, *args, **kw)
 
 notifyAll (self)
 
 release (self)
 
 wait (self, timeout=None)
 

Static Public Attributes

 notify_all = notifyAll
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
lock = None )

Member Function Documentation

◆ __exit__()

__exit__ ( self,
t,
v,
tb )

◆ acquire()

acquire ( self,
* args,
** kw )

◆ notifyAll()

notifyAll ( self)

◆ release()

release ( self)

◆ wait()

wait ( self,
timeout = None )

Member Data Documentation

◆ notify_all

notify_all = notifyAll
static