Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/concurrent/futures/
D__init__.py13 BrokenExecutor,
Dthread.py102 class BrokenThreadPool(_base.BrokenExecutor):
D_base.py615 class BrokenExecutor(RuntimeError): class
Dprocess.py482 class BrokenProcessPool(_base.BrokenExecutor):
/external/python/cpython3/Lib/test/
Dtest_concurrent_futures.py26 BrokenExecutor)
236 except BrokenExecutor:
240 with self.assertRaises(BrokenExecutor):
249 with self.assertRaises(BrokenExecutor):
/external/python/cpython3/Doc/library/
Dconcurrent.futures.rst461 .. exception:: BrokenExecutor
473 Derived from :exc:`~concurrent.futures.BrokenExecutor`, this exception
483 Derived from :exc:`~concurrent.futures.BrokenExecutor` (formerly