Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Doc/library/multiprocessing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2538,7 +2538,7 @@ with the :class:`Pool` class.

.. method:: imap(func, iterable, chunksize=1, *, buffersize=None)

A lazier version of :meth:`.map`.
An iterator-based version of :meth:`.map`.

The *chunksize* argument is the same as the one used by the :meth:`.map`
method. For very long iterables using a large value for *chunksize* can
Expand Down
Loading