Concurrency Part 6 – Abandoned mutex
This is the sixth part of the Concurrency series. For your convenience you can find other parts in the table of contents in Part 1 – Mutex performance in .NET Let’s start with the following code: We want to acquire a mutex. Since the operation might fail, we want to log the timeout, handle the … Continue reading Concurrency Part 6 – Abandoned mutex