Example #1
0
 def __init__(self, worker):
     BaseExecutor.__init__(self, worker)
Example #2
0
 def __init__(self, worker):
     BaseExecutor.__init__(self, worker)
Example #3
0
File: proc.py Project: jepst/ciel
 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()
Example #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()