[issue32672] .then execution of actions following a future's completion

2018-01-25 Thread dancollins34
dancollins34 <dancollin...@gmail.com> added the comment: Okay, I'll post something. -- ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32672] .then execution of actions following a future's completion

2018-01-25 Thread dancollins34
Change by dancollins34 <dancollin...@gmail.com>: -- keywords: +patch pull_requests: +5182 stage: -> patch review ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt

[issue32672] .then execution of actions following a future's completion

2018-01-25 Thread dancollins34
New submission from dancollins34 <dancollin...@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(se