#5642: clarify map() compatibility to the builtin.
This commit is contained in:
parent
e3bc5577e8
commit
9d977b81a1
|
@ -1549,8 +1549,8 @@ with the :class:`Pool` class.
|
|||
|
||||
.. method:: map(func, iterable[, chunksize])
|
||||
|
||||
A parallel equivalent of the :func:`map` builtin function. It blocks till
|
||||
the result is ready.
|
||||
A parallel equivalent of the :func:`map` builtin function (it supports only
|
||||
one *iterable* argument though). It blocks till the result is ready.
|
||||
|
||||
This method chops the iterable into a number of chunks which it submits to
|
||||
the process pool as separate tasks. The (approximate) size of these
|
||||
|
|
Loading…
Reference in New Issue