Home
last modified time | relevance | path

Searched refs:_get_tasks (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/multiprocessing/
H A Dpool.py414 task_batches = Pool._get_tasks(func, iterable, chunksize)
442 task_batches = Pool._get_tasks(func, iterable, chunksize)
487 task_batches = Pool._get_tasks(func, iterable, chunksize)
634 def _get_tasks(func, it, size): member in Pool

Completed in 2 milliseconds