Top 20 NuGet async Packages

Theraot.Core is a .NET Backport (ValueTask, ValueTuple, Task, Expressions, Linq, ThreadLocal, IsExternalInit, Range, Index, etc...) for .NET Framework. .NET Core, .NET Standard
Async-friendly format for stack traces and exceptions (not needed in .NET 6+)
Introduces IAsyncEnumerable, IAsyncEnumerator, ForEachAsync(), and ParallelForEachAsync() GitHub: https://github.com/Dasync/AsyncEnumerable PROBLEM SPACE Helps to (a) create an element provider, where producing an element can take a lot of time due to dependency on other asynchronous events (e.g. ...
Asynchronous sink wrapper for Serilog.
StackExchange.Redis.Extensions is a library that extends StackExchange.Redis allowing you a set of functionality needed by common applications. To store complex data It requires one of the following implementations: - StackExchange.Redis.Extensions.Newtonsoft - StackExchang...
StackExchange.Redis.Extensions is a library that extends StackExchange.Redis allowing you a set of functionality needed by common applications. To store complex data It requires one of the following implementations: - StackExchange.Redis.Extensions.Newtonsoft - StackExchang...
A library for making and composing asynchronous promises in JavaScript.
When using dependency injection and async-await pattern it is possible to end up with an interface with a method that returns a Task. If this interface method is used in a synchronous method there is a likelihood that it will erroneously be run as a fire and forget method. In this situation this ana...
Provides support for Language-Integrated Query (LINQ) over IAsyncEnumerable<T> sequences.
CodeJam is a set of handy reusable .NET components that can simplify your daily work and save your time when you copy and paste your favorite helper methods and classes from one project to another.
A .NET utility library for running async methods in parallel batches
StackExchange.Redis.Extensions is a library that extends StackExchange.Redis allowing you a set of functionality needed by common applications. To store complex data It requires one of the following implementations: - StackExchange.Redis.Extensions.Newtonsoft - StackExchang...
Asynchronous sequences for F#
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).
https://github.com/Dixin/EnterpriseLibrary.TransientFaultHandling.Core
ReactiveProperty.WPF provides behaviors such as EventToReactiveCommand and EventToReactiveProperty.
This NCache SDK NuGet package is a complete package for using NCache Enterprise from .NET Framework and .NET Core applications.
Test helpers to use in conjunction with PeanutButter.Async, allowing your tests to treat tasks as if they were run synchronously.
A .NET async Client fully compliant with ZooKeeper, supporting all features. Fully Task-based Asynchronous (async/await). A great measure has been taken to follow the logic of the official Java client, including all relevant unit tests. In fact, the code is almost identical. Thus allowing easy evolu...
Extends Renci.SshNet to implement the task-based async pattern