mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Fix markup.
This commit is contained in:
parent
6d83429a1d
commit
f4ea929044
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ fully processed by daemon consumer threads.
|
||||||
The count of unfinished tasks goes up whenever an item is added to the queue.
|
The count of unfinished tasks goes up whenever an item is added to the queue.
|
||||||
The count goes down whenever a consumer thread calls :meth:`task_done` to
|
The count goes down whenever a consumer thread calls :meth:`task_done` to
|
||||||
indicate that the item was retrieved and all work on it is complete. When the
|
indicate that the item was retrieved and all work on it is complete. When the
|
||||||
count of unfinished tasks drops to zero, join() unblocks.
|
count of unfinished tasks drops to zero, :meth:`join` unblocks.
|
||||||
|
|
||||||
.. versionadded:: 2.5
|
.. versionadded:: 2.5
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue