Found 1,018 packages
An implementation of the Redlock distributed lock algorithm
Core interfaces and utilities that support the DistributedLock.* family of packages
Provides distributed locking primitives based on Redis
Provides a distributed lock implementation based on SQL Server
An asynchronous .NET library that allows you to lock based on a key (keyed semaphores), limiting concurrent threads sharing the same key to a specified number, with optional pooling for reducing memory allocations.
Provides a distributed lock implementation based on Postgresql
Provides a distributed lock implementation based on file locks
Provides easy-to-use mutexes, reader-writer locks, and semaphores that can synchronize across processes and machines. This is an umbrella package that brings in the entire family of DistributedLock.* packages (e. g. DistributedLock.SqlServer) as references. Those packages can also be installed individually.
Async synchronization primitives, async collections, TPL and dataflow extensions. The JoinableTaskFactory allows synchronously blocking the UI thread for async work. This package is applicable to any .NET application (not just Visual Studio).
Provides a distributed locking implementation based on Azure blob leases
A C# lock replacement for async/await, supporting recursion/re-entrance and asynchronous waits. Handles async recursion correctly - note that Nito.AsyncEx does not!
Provides a distributed lock implementation based on global WaitHandle objects in Windows
Provides a distributed lock implementation based on MySql
Provides a distributed locking implementation based on Apache ZooKeeper
Provides a distributed lock implementation based on Oracle Database
An implementation of the Redlock distributed lock algorithm
Async synchronization primitives, async collections, TPL and dataflow extensions. The JoinableTaskFactory allows synchronously blocking the UI thread for async work. This package is applicable to any .NET application (not just Visual Studio). This package contains only the library, without a dependency on the analyzers. Use the Microsoft.VisualStudio.Threading package to get the library and analyzers together.
A utility library leveraging Redis that provides distributed locking
Asynchronous locks and .NET threading extensions
RedLock