Home
last modified time | relevance | path

Searched refs:BrokenExecutor (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/concurrent/futures/
D__init__.py14 BrokenExecutor,
Dthread.py112 class BrokenThreadPool(_base.BrokenExecutor):
D_base.py641 class BrokenExecutor(RuntimeError): class
Dprocess.py573 class BrokenProcessPool(_base.BrokenExecutor):
/third_party/python/Lib/test/
Dtest_concurrent_futures.py27 BrokenExecutor)
257 except BrokenExecutor:
261 with self.assertRaises(BrokenExecutor):
270 with self.assertRaises(BrokenExecutor):
/third_party/python/Doc/library/
Dconcurrent.futures.rst503 .. exception:: BrokenExecutor
522 Derived from :exc:`~concurrent.futures.BrokenExecutor`, this exception
532 Derived from :exc:`~concurrent.futures.BrokenExecutor` (formerly