[issue38306] High level API for loop.run_in_executor(None, ...)?

Paul Martin report at bugs.python.org
Sat Sep 28 23:54:42 EDT 2019


Paul Martin <greatestloginnameever at gmail.com> added the comment:

run_in_executor doesn't necessarily create a new thread each time so create_thread would be misleading. run_in_thread might be better.

----------
nosy: +primal

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


More information about the Python-bugs-list mailing list