Home
last modified time | relevance | path

Searched refs:num_pending_calls (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
117 self.num_pending_calls = num_pending_calls
124 self.num_pending_calls -= 1
125 if not self.num_pending_calls: