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
|
1 |
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 | 1 | 01/20/2025 |
1.0.7 | 0 | 06/30/2024 |
1.0.6 | 0 | 03/26/2024 |
1.0.6-alpha01 | 0 | 09/11/2022 |
1.0.5 | 0 | 07/09/2022 |
1.0.5-alpha001 | 0 | 07/06/2022 |
1.0.4 | 0 | 12/17/2021 |
1.0.4-beta001 | 0 | 12/13/2021 |
1.0.3 | 0 | 10/02/2021 |
1.0.3-rc01 | 0 | 08/25/2021 |
1.0.2 | 0 | 06/18/2021 |
1.0.1 | 0 | 04/24/2021 |
1.0.0 | 0 | 01/14/2021 |
1.0.0-alpha02 | 0 | 12/23/2020 |
1.0.0-alpha01 | 0 | 08/28/2020 |