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 |
---|---|
Volo.Abp.DistributedLocking
Package Description
|
22 |
Volo.Abp.DistributedLocking
Package Description
|
21 |
Volo.Abp.DistributedLocking
Package Description
|
20 |
Volo.Abp.DistributedLocking
Package Description
|
19 |
Volo.Abp.DistributedLocking
Package Description
|
18 |
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/11/2024 |
1.0.7 | 17 | 07/04/2024 |
1.0.6 | 16 | 04/17/2024 |
1.0.6-alpha01 | 24 | 05/31/2023 |
1.0.5 | 19 | 07/18/2023 |
1.0.5-alpha001 | 21 | 08/10/2023 |
1.0.4 | 22 | 07/18/2023 |
1.0.4-beta001 | 23 | 07/18/2023 |
1.0.3 | 19 | 07/18/2023 |
1.0.3-rc01 | 23 | 07/18/2023 |
1.0.2 | 21 | 07/19/2023 |
1.0.1 | 18 | 07/26/2023 |
1.0.0 | 24 | 07/17/2023 |
1.0.0-alpha02 | 17 | 07/27/2023 |
1.0.0-alpha01 | 24 | 09/01/2023 |