dancollins34 added the comment:
Okay, I'll post something.
--
___
Python tracker
<https://bugs.python.org/issue32672>
___
___
Python-bugs-list mailing list
Change by dancollins34 :
--
keywords: +patch
pull_requests: +5182
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue32672>
___
___
Py
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