Quantcast
Channel: Threading Archives - Daily .NET Tips
Viewing all articles
Browse latest Browse all 14

Using Mutex to avoid deadlocks

$
0
0
Mutex is not new to the .NET framework. The Win32 api supports an object called Mutex and .NET framework class Mutex is actually a wrapper class for the same Win32 kernel mutex object. Mutex objects are generally used to synchronize Threads across process. Mutexes are namable and hence you can signal whether the Mutex is [...]

Viewing all articles
Browse latest Browse all 14

Latest Images

Trending Articles





Latest Images