top | item 16738250 (no title) dokument | 8 years ago Would this allow separate GC'ng for each task? discuss order hn newest loganekz|8 years 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...
loganekz|8 years 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...
loganekz|8 years ago
[1] -https://docs.python.org/3/library/concurrent.futures.html#pr...