mirror of
https://github.com/python/cpython.git
synced 2025-10-29 17:38:56 +00:00
#12709: merge with 3.2
This commit is contained in:
commit
1a41a4114c
1 changed files with 1 additions and 1 deletions
|
|
@ -1628,7 +1628,7 @@ with the :class:`Pool` class.
|
|||
the process pool as separate tasks. The (approximate) size of these
|
||||
chunks can be specified by setting *chunksize* to a positive integer.
|
||||
|
||||
.. method:: map_async(func, iterable[, chunksize[, callback]])
|
||||
.. method:: map_async(func, iterable[, chunksize[, callback[, error_callback]]])
|
||||
|
||||
A variant of the :meth:`.map` method which returns a result object.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue