Can I force python2 multiprocessing.map (with chunksize=1) to compute the jobs in the same order that the list of arguments was presented in?

前端 未结 0 1624
执念已碎
执念已碎 2020-12-01 23:46

I am using pathos.multiprocessing in python2, but I think it is the same question with the standard multiprocessing. My code looks like the following:

results         


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