开发者

Mutex in C# for the same assembly

开发者 https://www.devze.com 2022-12-25 18:06 出处:网络
We have an assembly that is called repeatedly by different executables and it shares these states how its like not thread safe because they call the code at same timewhat kinda mutex to开发者_如何学C

We have an assembly that is called repeatedly by different executables and it shares these states how its like not thread safe because they call the code at same time what kinda mutex to开发者_如何学C use


I believe you can find your solution described in this CodeProject article.

0

精彩评论

暂无评论...
验证码 换一张
取 消