Paul Martin <[email protected]> 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 <[email protected]> <https://bugs.python.org/issue38306> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
