navigate.controller.thread_pool.ThreadWaitlist
- class navigate.controller.thread_pool.ThreadWaitlist
Bases:
object
A custom thread waitlist with synchronization capabilities.
- __init__()
Initialize the ThreadWaitlist.
Methods
__init__
()Initialize the ThreadWaitlist.
Attributes
The lock of the waitlist.
The waitlist.
- waitlist
The waitlist.
- Type:
deque
- waitlistLock
The lock of the waitlist.
- Type:
threading.Lock