Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
Frameworks
.NET
net7.0
net6.0
net5.0
.NET Core
netcoreapp3.1
netcoreapp3.0
netcoreapp2.2
netcoreapp2.1
netcoreapp2.0
netcoreapp1.1
netcoreapp1.0
.NET Standard
netstandard2.1
netstandard2.0
netstandard1.6
netstandard1.5
netstandard1.4
netstandard1.3
netstandard1.2
netstandard1.1
netstandard1.0
.NET Framework
net481
net48
net472
net471
net47
net462
net461
net46
net452
net451
net45
net40
net35
net30
net20
Package type
All types
Dependency
.NET tool
Template
Options
Include prerelease
6 packages returned for Tags:"WaitHandle"
Sort by
Relevance
Downloads
Recently updated
Nito.
AsyncEx.
Interop.
WaitHandles
by:
stephencleary
25,761,671 total downloads
last updated
9/26/2021
Latest version:
5.1.2
task
async
waithandle
Task wrappers for WaitHandles.
DistributedLock
by:
chasemedallion
4,666,069 total downloads
last updated
7/17/2023
Latest version:
2.3.3
distributed
lock
async
mutex
sql
reader
writer
semaphore
azure
sqlserver
More tags
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...
More information
DistributedLock.
WaitHandles
by:
chasemedallion
1,021,159 total downloads
last updated
7/9/2022
Latest version:
1.0.1
distributed
lock
async
mutex
waithandle
Provides a distributed lock implementation based on global WaitHandle objects in Windows
AsyncWaitHandle
by:
sergiis
18,376 total downloads
last updated
2/5/2017
Latest version:
1.0.1
async
await
WaitHandle
AutoResetEvent
ManualResetEvent
Semaphore
Task
Use C#/VB await keyword with AutoResetEvent, ManualResetEvent, or Semaphore in .NET apps See examples in README on GitHub: https://github.com/tyrotoxin/AsyncWaitHandle
Zagidziran.
Concurrent.
AwaitableWaitHandle
by:
Zagidziran
1,325 total downloads
last updated
10/23/2022
Latest version:
1.2.8
waithandle
await
awaitablewaithandle
Tiny set of classes to await on wait handles.
AsyncWaitHandle2
by:
erikma
erikmav
642 total downloads
last updated
7/10/2021
Latest version:
2.0.0
WaitHandle
async
await
AutoResetEvent
ManualResetEvent
Semaphore
Use C#/VB await keyword with AutoResetEvent, ManualResetEvent, or Semaphore in .NET apps.