Top 20 NuGet await Packages

An implementation of an actor designed to integrate with C#'s async/await.
F# Async workflow <--> .NET Task easy seamless interoperability library.
Non-blocking, fast and lightweight async/await-able lock
Additional stylecop rules for the async / await c# features.
https://devlib.codeplex.com/ .NET 4.0 features for .NET 2.0 DevLib is a highly reusable collection of components and core functionalities addressing common crosscutting concerns. It provides a comprehensive set of features that save development time, minimize costs, reduce the use of precious test...
Utility library to simplify writing asynchronous code which supports .NET 3.5 and newer.
Utility library to simplify writing asynchronous code which supports .NET 3.5 and newer.
A helper library for using TFS ICancelableAsync with the Task-Based Asynchronous Pattern (TAP) and Visual Studio Async CTP / Visual Studio 11.
C# 5 async/await support for .NET Framework pre-4.5 This package is now unified to include all functionality from AsyncBridge.Net35 and AsyncBridge.Portable.
A helper library for async/await with TPL Dataflow.
The Crawler-Lib Engine is a general purpose workflow enabled task processor. It has evolved from a web crawler over data mining and information retrieval. It is throughput optimized and can perform thousands of tasks per second on standard hardware. Due to its workflow capabilities it allows to stru...
Easy-to-use exception causality chains for async/await.
[.NET 4.6.1+] - DisposableObservable: a class for creating Observable sequences with TPL easily as Observable.Create - [IObservable].Serialize: wrap all subscriptions into a single ISubject against the sourcing observable - [IObservable].AsAsync: execute all functions on TPL - [IObservable].Fork: a...
A helper library for async/await with TPL Dataflow.
OneCode.Async extends the basic .NET Task library with lots of frequently-asked helper functions. For example, Task.RunSynchronously executes an async task synchronously; Task.RunPeriodically executes an action periodically. Task.FromEvent creates a Task that waits for an event to occur.