[New-bugs-announce] [issue32672] .then execution of actions following a future's completion

dancollins34 report at bugs.python.org
Thu Jan 25 23:04:25 EST 2018


New submission from dancollins34 <dancollins34 at gmail.com>:

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

----------
components: Interpreter Core
messages: 310730
nosy: dancollins34
priority: normal
pull_requests: 5181
severity: normal
status: open
title: .then execution of actions following a future's completion
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32672>
_______________________________________


More information about the New-bugs-announce mailing list