Python multiprocessing: distribute tasks to managers asynchroneously

前端 未结 0 525
一个人的身影
一个人的身影 2020-12-31 05:39

I need to hold instances of python objects in different processes, call methods of these objects and collect the results asynchroneously. My approach was to create a manager

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