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.
1 parent 10745a9 commit 28c013dCopy full SHA for 28c013d
1 file changed
Doc/library/queue.rst
@@ -155,7 +155,7 @@ fully processed by daemon consumer threads.
155
The count of unfinished tasks goes up whenever an item is added to the queue.
156
The count goes down whenever a consumer thread calls :meth:`task_done` to
157
indicate that the item was retrieved and all work on it is complete. When the
158
- count of unfinished tasks drops to zero, join() unblocks.
+ count of unfinished tasks drops to zero, :meth:`join` unblocks.
159
160
161
Example of how to wait for enqueued tasks to be completed::
0 commit comments