|
Panda3D
|
Public Member Functions | |
| __init__ (self) | |
| clear (self) | |
| is_set (self) | |
| set (self) | |
| wait (self, timeout=None) | |
Static Public Attributes | |
| isSet = is_set | |
This class is designed to emulate Python's own threading.Event object.
| __init__ | ( | self | ) |
| clear | ( | self | ) |
| is_set | ( | self | ) |
| set | ( | self | ) |
| wait | ( | self, | |
| timeout = None ) |
|
static |