]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
SF Patch #1455676: Simplify using Queues with daemon consumer threads
authorRaymond Hettinger <python@rcn.com>
Fri, 24 Mar 2006 20:43:29 +0000 (20:43 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 24 Mar 2006 20:43:29 +0000 (20:43 +0000)
commitfd3fcf0b35a479c3df4999d9bad2337a5e3af140
tree770ddf8cb99340d082dd16db6c9b75762fc025ee
parent98bcb7081513eda72d4623e11ddb8cba66310561
SF Patch #1455676:  Simplify using Queues with daemon consumer threads

Adds join() and task_done() methods to track when all enqueued tasks have
been gotten and fully processed by daemon consumer threads.
Doc/lib/libqueue.tex
Lib/Queue.py
Lib/test/test_queue.py
Misc/NEWS