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
25
DistributedLock.FileSystem
Provides a distributed lock implementation based on file locks
26
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.
22
Volo.Abp.DistributedLocking
Package Description
22
Volo.Abp.DistributedLocking
Package Description
23
Volo.Abp.DistributedLocking
Package Description
24

See https://github.com/madelson/DistributedLock#release-notes

.NET Framework 4.6.2

.NET 8.0

  • No dependencies.

.NET Standard 2.0

.NET Standard 2.1

  • No dependencies.

Version Downloads Last updated
1.0.8 23 12/29/2024
1.0.7 20 11/04/2024
1.0.6 17 12/02/2024
1.0.6-alpha01 20 04/23/2023
1.0.5 21 05/30/2024
1.0.5-alpha001 21 05/25/2024
1.0.4 18 04/12/2023
1.0.4-beta001 16 12/02/2024
1.0.3 19 04/24/2023
1.0.3-rc01 20 05/24/2024
1.0.2 19 05/30/2024
1.0.1 19 04/24/2023
1.0.0 21 05/30/2024
1.0.0-alpha02 14 12/04/2024
1.0.0-alpha01 15 12/02/2024