Home
last modified time | relevance | path

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

/third_party/python/Lib/concurrent/futures/
H A D__init__.py14 BrokenExecutor,
26 'BrokenExecutor',
H A Dthread.py112 class BrokenThreadPool(_base.BrokenExecutor):
H A D_base.py651 class BrokenExecutor(RuntimeError): class
H A Dprocess.py608 class BrokenProcessPool(_base.BrokenExecutor):
/third_party/python/Lib/test/
H A Dtest_concurrent_futures.py28 BrokenExecutor)
254 except BrokenExecutor:
258 with self.assertRaises(BrokenExecutor):
267 with self.assertRaises(BrokenExecutor):

Completed in 6 milliseconds