|
|
|
|
|
by noident
623 days ago
|
|
>run_in_executor that can be spelled as asyncio.to_thread() won't help utilizing cpu for pure Python code That isn't true. If you use a ProcessPoolExecutor as the target instead of the default executor, you will use multiple processes in pure Python code. |
|
https://docs.python.org/3/library/asyncio-eventloop.html#asy...