예제 #1
0
 def __init__(self, worker):
     BaseExecutor.__init__(self, worker)
예제 #2
0
파일: simple.py 프로젝트: ZubairNabi/ciel
 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()