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 bquinlan
Recipients asvetlov, bquinlan, gvanrossum, python-dev
Date 2013-10-25.18:05:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382724347.71.0.146818741074.issue18699@psf.upfronthosting.co.za>
In-reply-to
Content
The only thing that I've used .running() for is for UI reasons. But it is easier to just iterative over your futures and call a method than to install a callback and handle the state yourself.
History
Date User Action Args
2013-10-25 18:05:47bquinlansetrecipients: + bquinlan, gvanrossum, asvetlov, python-dev
2013-10-25 18:05:47bquinlansetmessageid: <1382724347.71.0.146818741074.issue18699@psf.upfronthosting.co.za>
2013-10-25 18:05:47bquinlanlinkissue18699 messages
2013-10-25 18:05:47bquinlancreate