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(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 <rep...@bugs.python.org>
<https://bugs.python.org/issue32672>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to