Provides easy-to-use mutexes, reader-writer locks, and semaphores that can synchronize across processes and machines. This is an umbrella package that brings in the entire family of DistributedLock.* packages (e. g. DistributedLock.SqlServer) as references. Those packages can also be installed...
More information
Use C#/VB await keyword with AutoResetEvent, ManualResetEvent, or Semaphore in .NET apps
See examples in README on GitHub:
https://github.com/tyrotoxin/AsyncWaitHandle