MCPcopy Index your code
hub / github.com/idank/explainshell / _submit_next

Function _submit_next

explainshell/extraction/runner.py:214–219  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

212 gz_iter = iter(gz_files)
213
214 def _submit_next() -> bool:
215 gz_path = next(gz_iter, None)
216 if gz_path is None:
217 return False
218 pending.add(executor.submit(_do_one, gz_path))
219 return True
220
221 for _ in range(jobs):
222 if not _submit_next():

Callers 2

run_parallelFunction · 0.85
run_batchFunction · 0.85

Calls 3

addMethod · 0.80
submitMethod · 0.80
nextFunction · 0.50

Tested by

no test coverage detected