[issue22361] Ability to join() threads in concurrent.futures.ThreadPoolExecutor

Brian Quinlan report at bugs.python.org
Mon May 6 15:52:27 EDT 2019


Brian Quinlan <brian at sweetapp.com> added the comment:

So you actually use the result of ex.submit i.e. use the resulting future?

If you don't then it might be easier to just create your own thread.

----------

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


More information about the Python-bugs-list mailing list