Top 20 NuGet await Packages

Deprecated. Use the unified package AsyncBridge instead.
Deprecated. Use the unified package AsyncBridge instead.
ZipFileEx add feature that support async/await and IProgress<T> to ZipFile/ZipArchive Classes
The Execution Context Scoping package adds the 'Execution Context Scope' lifestyle, which allows instances to live within an explicitly defined execution context scope (or logical call context) and get disposed when this scope ends. This scope allows flowing through asynchronous method calls.
Async Await Extensions for HttpWebRequest in Windows Phone
A .NET library containing LINQ-to-Object extension methods for working with TPL Tasks. Feedback welcome.
A generic implementation of the asynchronous factory pattern. Supported Platforms: * .NET Framework 4 * Silverlight 4 * Windows 8 * Windows Phone Silverlight 7.1 * Windows Phone 8.1 * Xamarin.Android * Xamarin.iOS * Portable Class Libraries
Adds support for dependency injection to AsyncInit. Supported Platforms: * .NET Framework 4 * Silverlight 4 * Windows 8 * Windows Phone Silverlight 7.1 * Windows Phone 8.1 * Xamarin.Android * Xamarin.iOS * Portable Class Libraries
Adds asynchronous capabilities to the Unity Container. Supported Platforms: * .NET Framework 4.5 * Windows 8 * Windows Phone Silverlight 8 * Windows Phone 8.1 * Xamarin.Android * Xamarin.iOS * Portable Class Libraries
Lightweight Extension to ease chaining of Tasks
Wraps cross-domain asynchronous method calls, returing System.Threading.Tasks.Task. Sample usage: using TaskRemoting; remoteDomain.Invoke(myObj.MyMethod, myArg);
Make stack trace more readable for async operations. Source, examples and more info: https://github.com/ilio/AsyncStackTrace
A .NET class library that abstracts away the details of asynchronous network programming. http://github.com/chutch1122/SimpleAsyncNetworking http://simpleasyncnet.cameronh.me/
A collection of extensions for asynchronous programming.
Use C#/VB await keyword with AutoResetEvent, ManualResetEvent, or Semaphore in .NET apps See examples in README on GitHub: https://github.com/tyrotoxin/AsyncWaitHandle
.NET asynchronous worker to schedule many "async" work in an easy way
.NET async/await friendly task synchronization primitives
https://devlib.codeplex.com/ Async Await for .NET 4.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 resou...
The deadlock detection library can be used to track down async/await related deadlocks in your code with minimal overhead and effort.