mirror of
https://github.com/python/cpython.git
synced 2026-07-15 14:27:32 -04:00
Clarify multiprocessing.Queue.get_nowait() documentation (#150863)
This commit is contained in:
@@ -173,7 +173,7 @@ provide the public methods described below.
|
||||
|
||||
.. method:: Queue.get_nowait()
|
||||
|
||||
Equivalent to ``get(False)``.
|
||||
Equivalent to ``get(block=False)``.
|
||||
|
||||
Two methods are offered to support tracking whether enqueued tasks have been
|
||||
fully processed by daemon consumer threads.
|
||||
|
||||
Reference in New Issue
Block a user