Altering and reading elements of a unordered_map from different threads without lock

后端 未结 0 966
故里飘歌
故里飘歌 2020-12-04 03:28

I have an unordered_map in code, which has a fixed number of elements initialized at the startup of my program

std::unorderd_map flags;


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