[Python-ideas] .then execution of actions following a future's completion

Daniel Collins dancollins34 at gmail.com
Thu Jan 25 23:38:16 EST 2018


Hello all,

So, first time posting here. I’ve been bothered for a while about the lack of the ability to chain futures in python, such that the next future will execute upon the first’s completion.  So I submitted a pr to do this.  This would add the .then(self, fn) method to concurrent.futures.Future.  Thoughts?

-dancollins34

Github PR #5335
bugs.python.org <http://bugs.python.org/> issue #32672
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20180125/9eb82d8e/attachment.html>


More information about the Python-ideas mailing list