Searched refs:result_job (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Lib/multiprocessing/ |
D | pool.py | 382 def _guarded_task_generation(self, result_job, func, iterable): argument 389 yield (result_job, i, func, (x,), {}) 391 yield (result_job, i+1, _helper_reraises_exception, (e,), {})
|