Beispiel #1
0
 def __init__(self, worker):
     BaseExecutor.__init__(self, worker)
Beispiel #2
0
 def __init__(self, worker):
     BaseExecutor.__init__(self, worker)
Beispiel #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()
Beispiel #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()