Top 20 NuGet threading Packages

DotGoodies.Threading provides some useful concurrency abstractions built on top of .Net threading primitives.
PostgreSql storage implementation for Hangfire (background job system for ASP.NET applications).
Source code package. A class containing methods for synchronously waiting on a Task, preventing deadlocks due to the presence of a synchronization context. Useful as a temporary solution until you can flow async all the way through.
برای آسان سازی ساختاری در کار با تردهای اجرایی
ADN.Threading is a cross-platform open-source library which provides threading utilities to .NET developers
General-purpose library for full-stack use. Provides support for Caching, Collections, Comparers, Converion, Environment, Events, Exceptions, IO, FileSystem, Lambdas, Logging, Math, Memory, Scopes, Text, Threading, Scheduling and many other aspects.
LinksPlatform's Platform.Threading Class Library
.NET Task / ValueTask helpers for compositioning frustration free.
DPackage for running Tasks in parallel like they are System.Threading.Threads.
Provides synchronization data structures for passing data between producers and consumers.
BatchFlow is a .NET library that takes care of all the plumbing you need around large batch processing, especially the producer/consumer pattern that you (probably) should use.
Simple cross-platform locks. Supports .NET 4 and later, Silverlight 4 and 5, Windows Store Apps, and Windows Phone 7 and later.
Azure Queue Storage support for SQL Server job storage implementation
Набор компонентов для асинхронной разработки.
PartitionCache is a simple persistent producer partition cache. It acts as a persistent store of the partition number each item belongs to. PartitionCache fills the void of persistent Dictionary where int is the partition and string is the name of the producer. This allows producers or unique keys t...
PartitionCache is a simple persistent producer partition cache. It acts as a persistent store of the partition number each item belongs to. PartitionCache fills the void of persistent Dictionary where int is the partition and string is the name of the producer. This allows producers or unique keys t...
Just a bunch of C# .NET classes and extension methods I find useful.
EasyActor provides a factory that transforms POCOs in actors that are then seen trougth an interface. Actor guarantees that all calls to the actor interface will occur in a separated thread, sequencially. In order to work, The target interface should only expose methods returning Task or Task. If t...
Tiny library encapsulating boilerplate code for interlocked updates using Interlocked.CompareExchange.
This is a fork of the original Hangfire.MongoDB targeting .NET 4.5 and updating to latest MongoDB. MongoDB storage implementation for Hangfire (background job system for ASP.NET applications).