Home
last modified time | relevance | path

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

/third_party/python/Lib/concurrent/futures/
D_base.py116 def __init__(self, num_pending_calls, stop_on_exception): argument
118 self.stop_on_exception = stop_on_exception
134 if self.stop_on_exception:
167 waiter = _AllCompletedWaiter(pending_count, stop_on_exception=True)
169 waiter = _AllCompletedWaiter(pending_count, stop_on_exception=False)