This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author antoine.pietri
Recipients antoine.pietri, asvetlov, primal, yselivanov
Date 2019-10-01.08:26:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569918387.1.0.0130524081601.issue38306@roundup.psfhosted.org>
In-reply-to
Content
> 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.
History
Date User Action Args
2019-10-01 08:26:27antoine.pietrisetrecipients: + antoine.pietri, asvetlov, yselivanov, primal
2019-10-01 08:26:27antoine.pietrisetmessageid: <1569918387.1.0.0130524081601.issue38306@roundup.psfhosted.org>
2019-10-01 08:26:27antoine.pietrilinkissue38306 messages
2019-10-01 08:26:27antoine.pietricreate