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 dancollins34
Recipients dancollins34
Date 2018-01-26.04:04:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516939465.12.0.467229070634.issue32672@psf.upfronthosting.co.za>
In-reply-to
Content
To my knowledge, python currently has no capability to chain future execution, requiring another future to begin executing with the result from the first.

I have submitted a pr to enable this functionality with a .then(self, fn) method on the concurrent.futures.Future object.

-dancollins34
History
Date User Action Args
2018-01-26 04:04:25dancollins34setrecipients: + dancollins34
2018-01-26 04:04:25dancollins34setmessageid: <1516939465.12.0.467229070634.issue32672@psf.upfronthosting.co.za>
2018-01-26 04:04:24dancollins34linkissue32672 messages
2018-01-26 04:04:24dancollins34create