Skip to content

Commit 816fb6c

Browse files
committed
add *versionadded* for imap_unordered
1 parent 94cc0b9 commit 816fb6c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Doc/library/multiprocessing.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2479,6 +2479,9 @@ with the :class:`Pool` class.
24792479
returned iterator should be considered arbitrary. (Only when there is
24802480
only one worker process is the order guaranteed to be "correct".)
24812481

2482+
.. versionadded:: 3.15
2483+
Added the *buffersize* parameter.
2484+
24822485
.. method:: starmap(func, iterable[, chunksize])
24832486

24842487
Like :meth:`~multiprocessing.pool.Pool.map` except that the

0 commit comments

Comments
 (0)