Searched refs:starmap_async (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython3/Lib/multiprocessing/ |
D | pool.py | 374 def starmap_async(self, func, iterable, chunksize=None, callback=None, member in Pool
|
/external/python/cpython3/Lib/test/ |
D | _test_multiprocessing.py | 2367 self.assertEqual(self.pool.starmap_async(mul, tuples).get(),
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.3.rst | 1550 :meth:`~multiprocessing.pool.Pool.starmap_async` provide
|
/external/python/cpython3/Doc/library/ |
D | multiprocessing.rst | 2229 .. method:: starmap_async(func, iterable[, chunksize[, callback[, error_callback]]])
|
/external/python/cpython3/Misc/ |
D | HISTORY | 8907 - Issue #12708: Add starmap() and starmap_async() methods (similar to
|