mirror of
https://github.com/python/cpython.git
synced 2026-06-28 11:50:50 +00:00
Clarify multiprocessing.Queue.get_nowait() documentation (#150863)
This commit is contained in:
parent
da99711d37
commit
2ac1611047
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue