This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kdlucas
Recipients kdlucas
Date 2010-08-18.17:46:19
SpamBayes Score 0.0006891677
Marked as misclassified No
Message-id <1282153581.83.0.092560551276.issue9634@psf.upfronthosting.co.za>
In-reply-to
Content
I've seen quite a few people requesting to add a timeout value to the Queue.join() method, as it seems like a nice feature to have when waiting for queue's to finish.

Please add a feature so that Queue.join() will issue a self.all_tasks_done.release() when the timeout value is reached.
History
Date User Action Args
2010-08-18 17:46:22kdlucassetrecipients: + kdlucas
2010-08-18 17:46:21kdlucassetmessageid: <1282153581.83.0.092560551276.issue9634@psf.upfronthosting.co.za>
2010-08-18 17:46:20kdlucaslinkissue9634 messages
2010-08-18 17:46:20kdlucascreate