Make a class thread safe/suitable for concurrent access

前端 未结 0 1002
感动是毒
感动是毒 2021-01-24 06:37

I have a class written in C# and I want to make sure it\'s thread safe. Basically what properties need to be in the critical section (locked), in the constructor and methods.

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