src/eric7/Plugins/CheckerPlugins/SyntaxChecker/yamlCheckSyntax.py

branch
eric7
changeset 9279
e252f827aaa7
parent 9221
bf71ee032bb4
child 9284
3b3a4f659782
equal deleted inserted replaced
9278:36448ca469c2 9279:e252f827aaa7
138 taskQueue.put("STOP") 138 taskQueue.put("STOP")
139 139
140 for worker in workers: 140 for worker in workers:
141 worker.join() 141 worker.join()
142 worker.close() 142 worker.close()
143
144 taskQueue.close()
145 doneQueue.close()
143 146
144 147
145 def workerTask(inputQueue, outputQueue): 148 def workerTask(inputQueue, outputQueue):
146 """ 149 """
147 Module function acting as the parallel worker for the syntax check. 150 Module function acting as the parallel worker for the syntax check.

eric ide

mercurial