Searched refs:job_counter (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/multiprocessing/ | ||
H A D | pool.py | 45 job_counter = itertools.count() variable 750 self._job = next(job_counter) 842 self._job = next(job_counter) |
Completed in 2 milliseconds