DistributedLock.FileSystem 1.0.3
DistributedLock is a .NET library that provides robust and easy-to-use distributed mutexes, reader-writer locks, and semaphores based on a variety of underlying technologies.
With DistributedLock, synchronizing access to a region of code across multiple applications/machines is as simple as:
await using (await myDistributedLock.AcquireAsync())
{
// I hold the lock here
}
Read the documentation here.
Showing the top 20 packages that depend on DistributedLock.FileSystem.
| Packages | Downloads |
|---|---|
|
Elsa.Alterations
Provides alterations for workflow instances.
|
5 |
|
Elsa.Alterations
Provides alterations for workflow instances.
|
6 |
|
Elsa.Workflows.Runtime
Provides workflow runtime functionality.
|
5 |
|
Elsa.Workflows.Runtime
Provides workflow runtime functionality.
|
6 |
See https://github.com/madelson/DistributedLock#release-notes
.NET Framework 4.6.2
- DistributedLock.Core (>= 1.0.8 && < 1.1.0)
- Microsoft.Bcl.AsyncInterfaces (>= 8.0.0)
- System.ValueTuple (>= 4.5.0)
.NET Standard 2.0
- DistributedLock.Core (>= 1.0.8 && < 1.1.0)
- Microsoft.Bcl.AsyncInterfaces (>= 8.0.0)
.NET Standard 2.1
- DistributedLock.Core (>= 1.0.8 && < 1.1.0)
| Version | Downloads | Last updated |
|---|---|---|
| 1.0.3 | 3 | 09/07/2026 |
| 1.0.2 | 2 | 09/07/2026 |
| 1.0.1 | 2 | 09/07/2026 |
| 1.0.1-rc01 | 2 | 09/07/2026 |
| 1.0.0 | 2 | 09/07/2026 |
| 1.0.0-alpha02 | 1 | 09/07/2026 |