Kaydet (Commit) a9c9b2c3 authored tarafından Sandro Tosi's avatar Sandro Tosi

#12709: add error_callback argument to map_async documentation

üst 9943c0d5
...@@ -1602,7 +1602,7 @@ with the :class:`Pool` class. ...@@ -1602,7 +1602,7 @@ with the :class:`Pool` class.
the process pool as separate tasks. The (approximate) size of these the process pool as separate tasks. The (approximate) size of these
chunks can be specified by setting *chunksize* to a positive integer. 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. A variant of the :meth:`.map` method which returns a result object.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment