DistributedLock.Core 1.0.8
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.Core.
Packages | Downloads |
---|---|
DistributedLock.FileSystem
Provides a distributed lock implementation based on file locks
|
12 |
DistributedLock.FileSystem
Provides a distributed lock implementation based on file locks
|
13 |
Elsa.Abstractions
Elsa is a set of workflow libraries and tools that enable lean and mean workflowing capabilities in any .NET Core application.
This package provides abstractions and models that are used by Elsa.Core and other related packages. You don't need to reference this package separately if you reference any other Elsa package.
|
11 |
Elsa.Abstractions
Elsa is a set of workflow libraries and tools that enable lean and mean workflowing capabilities in any .NET Core application.
This package provides abstractions and models that are used by Elsa.Core and other related packages. You don't need to reference this package separately if you reference any other Elsa package.
|
13 |
Elsa.Core
Elsa is a set of workflow libraries and tools that enable lean and mean workflowing capabilities in any .NET Core application.
This package contains the core of Elsa.
Tip: reference the `Elsa` package instead of this one.
|
12 |
Volo.Abp.DistributedLocking
Package Description
|
10 |
Volo.Abp.DistributedLocking
Package Description
|
11 |
Volo.Abp.DistributedLocking
Package Description
|
12 |
See https://github.com/madelson/DistributedLock#release-notes
.NET Framework 4.6.2
- Microsoft.Bcl.AsyncInterfaces (>= 8.0.0)
- System.ValueTuple (>= 4.5.0)
.NET 8.0
- No dependencies.
.NET Standard 2.0
- Microsoft.Bcl.AsyncInterfaces (>= 8.0.0)
.NET Standard 2.1
- No dependencies.
Version | Downloads | Last updated |
---|---|---|
1.0.8 | 3 | 12/29/2024 |
1.0.7 | 7 | 11/04/2024 |
1.0.6 | 5 | 12/02/2024 |
1.0.6-alpha01 | 11 | 04/23/2023 |
1.0.5 | 10 | 05/30/2024 |
1.0.5-alpha001 | 10 | 05/25/2024 |
1.0.4 | 10 | 04/12/2023 |
1.0.4-beta001 | 6 | 12/02/2024 |
1.0.3 | 10 | 04/24/2023 |
1.0.3-rc01 | 8 | 05/24/2024 |
1.0.2 | 10 | 05/30/2024 |
1.0.1 | 9 | 04/24/2023 |
1.0.0 | 12 | 05/30/2024 |
1.0.0-alpha02 | 4 | 12/04/2024 |
1.0.0-alpha01 | 5 | 12/02/2024 |