示例#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()