Exemple #1
0
 def __init__(self, worker):
     BaseExecutor.__init__(self, worker)
Exemple #2
0
 def __init__(self, worker):
     BaseExecutor.__init__(self, worker)
Exemple #3
0
 def __init__(self, worker):
     BaseExecutor.__init__(self, worker)
     self.process_pool = worker.process_pool
     self.ongoing_fetches = []
     self.ongoing_outputs = dict()
     self.transmit_lock = threading.Lock()
Exemple #4
0
 def __init__(self, worker):
     BaseExecutor.__init__(self, worker)
     self.process_pool = worker.process_pool
     self.ongoing_fetches = []
     self.ongoing_outputs = dict()
     self.transmit_lock = threading.Lock()