7 packages tagged with “waithandle”
Task wrappers for WaitHandles.
Provides a distributed lock implementation based on global WaitHandle objects in Windows
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 individually.
Use C#/VB await keyword with AutoResetEvent, ManualResetEvent, or Semaphore in .NET apps See examples in README on GitHub: https://github.com/tyrotoxin/AsyncWaitHandle
Tiny set of classes to await on wait handles.
This lightweight library adds await support for ordinary WaitHandle objects such as ManualResetEvent, AutoResetEvent, and others.
Use C#/VB await keyword with AutoResetEvent, ManualResetEvent, or Semaphore in .NET apps.