Home > other >  Python's manager in multiprocessing multi-process Shared data problem
Python's manager in multiprocessing multi-process Shared data problem

Time:09-23

Manager is to share data, so why do I this output is different, this share is what kind of Shared

CodePudding user response:

Need to share dictionary does not give the initial value, not the assignment can be Shared
  • Related