We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
imap_unordered
1 parent 94cc0b9 commit 816fb6cCopy full SHA for 816fb6c
Doc/library/multiprocessing.rst
@@ -2479,6 +2479,9 @@ with the :class:`Pool` class.
2479
returned iterator should be considered arbitrary. (Only when there is
2480
only one worker process is the order guaranteed to be "correct".)
2481
2482
+ .. versionadded:: 3.15
2483
+ Added the *buffersize* parameter.
2484
+
2485
.. method:: starmap(func, iterable[, chunksize])
2486
2487
Like :meth:`~multiprocessing.pool.Pool.map` except that the
0 commit comments