Python ProcessPoolExecutor How to lazily load processes on submit, instead of eagerly load a number of processes equal to max_workers?

前端 未结 0 1447
情深已故
情深已故 2021-02-01 02:37

If I create a ProcessPoolExecutor(max_workers=10), but only submit 1 job, it will actually start 10 processes, not 1. The same is true if you instead c

相关标签:
回答
  • 消灭零回复
提交回复
热议问题