Home
last modified time | relevance | path

Searched refs:result_job (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Lib/multiprocessing/
Dpool.py286 def _guarded_task_generation(self, result_job, func, iterable): argument
293 yield (result_job, i, func, (x,), {})
295 yield (result_job, i+1, _helper_reraises_exception, (e,), {})