Panda3D
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
Event Class Reference

Public Member Functions

 __init__ (self)
 
 clear (self)
 
 is_set (self)
 
 set (self)
 
 wait (self, timeout=None)
 

Static Public Attributes

 isSet = is_set
 

Detailed Description

 This class is designed to emulate Python's own threading.Event
object. 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)

Member Function Documentation

◆ clear()

clear ( self)

◆ is_set()

is_set ( self)

◆ set()

set ( self)

◆ wait()

wait ( self,
timeout = None )

Member Data Documentation

◆ isSet

isSet = is_set
static