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

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

eric ide

mercurial