commit | fd3fcf0b35a479c3df4999d9bad2337a5e3af140 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Fri Mar 24 20:43:29 2006 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Fri Mar 24 20:43:29 2006 +0000 |
tree | 770ddf8cb99340d082dd16db6c9b75762fc025ee | |
parent | 98bcb7081513eda72d4623e11ddb8cba66310561 [diff] |
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.