Y
Hacker News
new
|
ask
|
show
|
jobs
by
loganekz
3001 days ago
Only ProcessPoolExecutor[1]. If you use a thread pool or async io it will be single python process/GIL.
[1] -
https://docs.python.org/3/library/concurrent.futures.html#pr...