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

2018-01-25 Thread dancollins34
dancollins34 added the comment: Okay, I'll post something. -- ___ Python tracker <https://bugs.python.org/issue32672> ___ ___ Python-bugs-list mailing list

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

2018-01-25 Thread dancollins34
Change by dancollins34 : -- keywords: +patch pull_requests: +5182 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue32672> ___ ___ Py

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

2018-01-25 Thread dancollins34
New submission from dancollins34 : 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