Tagged Questions
0
votes
5answers
2k views
Is the C# “lock” construct rendered obselete by Interlocked.CompareExchange<T>?
Summary:
It seems to me that:
wrapping fields representing a logical state into a single immutable consumable object
updating the object's authoritative reference with a call to ...