Antoine Pietri <antoine.piet...@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.

Right, the idea was to have an analogy with create_task, because the 
run_in_executor would be wrapped in a Task. I'm okay with run_thread() too.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38306>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to