Exemplo n.º 1
0
 def __init__(self, worker):
     BaseExecutor.__init__(self, worker)
Exemplo n.º 2
0
 def __init__(self, worker):
     BaseExecutor.__init__(self, worker)
Exemplo n.º 3
0
Arquivo: proc.py Projeto: 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()
Exemplo n.º 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()