Home
last modified time | relevance | path

Searched refs:BrokenThreadPool (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/concurrent/futures/
Dthread.py112 class BrokenThreadPool(_base.BrokenExecutor): class
164 raise BrokenThreadPool(self._broken)
214 work_item.future.set_exception(BrokenThreadPool(self._broken))
/third_party/python/Doc/library/
Dconcurrent.futures.rst155 pending jobs will raise a :exc:`~concurrent.futures.thread.BrokenThreadPool`,
520 .. exception:: BrokenThreadPool