Concurrent Affairs: Build a Richer Thread Synchronization Lock
Author:
6
You can leverage the Interlocked methods to build a sophisticated thread synchronization mechanism. Here, Jeffrey Richter builds a thread synchronization lock, which he calls an Optex (Optimized mutual exclusive lock).
More Tutorials
|