You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**[DistributedLock.WaitHandles](docs/DistributedLock.WaitHandles.md)**[](https://www.nuget.org/packages/DistributedLock.WaitHandles/): uses operating system global `WaitHandle`s (Windows only)
25
25
26
+
The [DistributedLock.Core](https://www.nuget.org/packages/DistributedLock.Core)[](https://www.nuget.org/packages/DistributedLock.Core/) package contains common code and abstractions and is referenced by all implementations.
27
+
26
28
## Synchronization primitives
27
29
28
30
- Locks: provide exclusive access to a region of code
0 commit comments