Reputation: 65996
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 use
Upvotes: 0
Views: 235
Reputation: 9474
I believe you can find your solution described in this CodeProject article.
Upvotes: 1