DistributedLock 2.7.1

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.

Packages Downloads
Elsa.Workflows.Runtime
Provides workflow runtime functionality.
2

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

.NET Framework 4.6.2

.NET Standard 2.0

.NET Standard 2.1

.NET Framework 4.7.2

Version Downloads Last updated
2.7.1 1 2025/11/8
2.7.0 2 2025/9/19
2.6.0 1 2025/6/1
2.5.1 2 2025/6/6
2.5.0 1 2025/6/15
2.4.0 1 2025/6/6
2.3.4 2 2025/6/4
2.3.3 3 2025/6/4
2.3.2 3 2025/6/4
2.3.1 3 2025/6/4
2.3.0 4 2025/5/26
2.2.0 3 2025/6/5
2.1.0 3 2025/6/5
2.0.2 2 2025/6/5
2.0.1 5 2025/5/26
2.0.0 2 2025/6/6
2.0.0-alpha02 3 2025/6/3
2.0.0-alpha01 3 2025/6/2
1.5.0 2 2025/6/6
1.5.0-beta01 3 2025/6/2
1.4.0 3 2025/6/5
1.3.1 3 2025/6/4
1.3.0 3 2025/6/6
1.2.0 3 2025/6/5
1.1.0 2 2025/6/5
1.0.1 3 2025/6/4
1.0.0 2 2025/6/6