[issue18699] What is Future.running() for in PEP 3148 / concurrent.futures.Future?

Brian Quinlan report at bugs.python.org
Fri Oct 25 20:05:47 CEST 2013


Brian Quinlan added the comment:

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.

----------
nosy: +bquinlan

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18699>
_______________________________________


More information about the Python-bugs-list mailing list