Andrew Svetlov <andrew.svet...@gmail.com> added the comment:

In Python 3.7 loop.run_in_executor() is the only user-faced method that 
requires a loop.

asyncio.ThreadPool() sounds great. Maybe thread group can provide better api.

But for Python 3.8 adding `run_in_executor` top-level function looks the only 
easy and obvious way to help people getting rid of explicit loop usage.

Yuri, what do you think?

----------

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

Reply via email to