Пример #1
0
 def __init__(self, worker):
     BaseExecutor.__init__(self, worker)
Пример #2
0
 def __init__(self, worker):
     BaseExecutor.__init__(self, worker)
Пример #3
0
Файл: proc.py Проект: 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()
Пример #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()