Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/concurrent/futures/
D_base.py111 def __init__(self, num_pending_calls, stop_on_exception): argument
112 self.num_pending_calls = num_pending_calls
119 self.num_pending_calls -= 1
120 if not self.num_pending_calls:
/external/python/futures/concurrent/futures/
D_base.py113 def __init__(self, num_pending_calls, stop_on_exception): argument
114 self.num_pending_calls = num_pending_calls
121 self.num_pending_calls -= 1
122 if not self.num_pending_calls: