Python multiprocess Pool hanging

后端 未结 0 1789
南旧
南旧 2021-02-13 11:03

I am using a Python multiprocessing Pool like this:

with Pool() as pool:
    pool.starmap(function, args)

Sometimes it works well, but sometimes

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