Home
last modified time | relevance | path

Searched refs:_ThreadWakeup (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/concurrent/futures/
H A Dprocess.py66 class _ThreadWakeup: class
289 # A _ThreadWakeup to allow waking up the queue_manager_thread from the
696 # _ThreadWakeup is a communication channel used to interrupt the wait
703 # _shutdown_lock must be locked to access _ThreadWakeup.
704 self._executor_manager_thread_wakeup = _ThreadWakeup()

Completed in 2 milliseconds