sys.thread
.. | |
---|---|
Deque | A Deque is a double-ended queue with a |
EventHandler | |
EventLoop | An event loop implementation used for |
Lock | A Lock allows blocking execution until it has been unlocked. It keeps track
of how often |
Mutex | Creates a mutex, which can be used to acquire a temporary lock to access some ressource. The main difference with a lock is that a mutex must always be released by the owner thread. |
NextEventTime | When an event loop has an available event to execute. |
NoEventLoopException | |
Thread |