Nito.AsyncEx 0.15.0-beta

This is a prerelease version of Nito.AsyncEx.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Nito.AsyncEx --version 0.15.0-beta
NuGet\Install-Package Nito.AsyncEx -Version 0.15.0-beta
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Nito.AsyncEx" Version="0.15.0-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Nito.AsyncEx --version 0.15.0-beta
#r "nuget: Nito.AsyncEx, 0.15.0-beta"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Nito.AsyncEx as a Cake Addin
#addin nuget:?package=Nito.AsyncEx&version=0.15.0-beta&prerelease

// Install Nito.AsyncEx as a Cake Tool
#tool nuget:?package=Nito.AsyncEx&version=0.15.0-beta&prerelease

A helper library for the Task-Based Asynchronous Pattern (TAP).

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Silverlight sl4 is compatible.  sl5 was computed. 
Windows Phone wp71 is compatible.  wp8 is compatible.  wp81 was computed. 
Windows Store win8 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories (59)

Showing the top 5 popular GitHub repositories that depend on Nito.AsyncEx:

Repository Stars
ppy/osu
rhythm is just a *click* away!
ThreeMammals/Ocelot
.NET API Gateway
louthy/language-ext
C# functional language extensions - a base class library for functional programming
Ombi-app/Ombi
Want a Movie or TV Show on Plex/Emby/Jellyfin? Use Ombi!
LykosAI/StabilityMatrix
Multi-Platform Package Manager for Stable Diffusion
Version Downloads Last updated
3.0.1-pre 1,088 2/22/2015
3.0.0 40,515 9/2/2014
3.0.0-pre 251 4/9/2014
2.1.3 9,481 12/21/2013
2.1.2 119 12/15/2013
2.1.1 93 12/15/2013
2.1.0 176 12/5/2013
2.0.0 204 11/6/2013
1.0.0 1,018 5/12/2013
0.15.0-beta 105 2/16/2013
0.14.0-beta 90 12/9/2012

[0.15.0] Upgraded to Microsoft.Bcl.Async 1.0.14-rc. Added DeferralManager, Task.Then, and AsyncFactory<T>.FromEvent. Changed default parameters to overloads.
   [0.14.0] Added CancellationTokenHelpers, AsyncProducerConsumerQueue, and AsyncCollection.
   [0.13.0] BREAKING CHANGES. Massive changes to enhance portable library support. Now uses Microsoft.Bcl.Async instead of Microsoft.CompilerServices.AsyncTargetingPack.
   [0.12.0] Completely reworked AsyncContext and AsyncContextThread. Added more TaskConstants, CancellationToken.AsTask, TaskFactory.Run, AsyncConditionVariable, AsyncMonitor, AsyncAutoResetEvent, AsyncBarrier, AsyncCountdownEvent, AsyncSemaphore, and some TCS extensions. Enhanced debugger and trace support for all types.
   [0.11.1] Corrected metadata.
   [0.11.0] Added FuncBlock and corrected TPL Dataflow references to the released version.
   [0.10.0] Added AsyncLazy, AsyncLock, AsyncManualResetEvent, and OrderByCompletion.
   [0.9.1] Fixed version number.
   [0.9.0] Removed SL4 and WP7 targets. Removed DataflowProgress from .NET 4.0 target. Removed several thread-specific properties from AsyncContextThread. Added Contracts to .NET 4.5 and Windows Store targets.
   [0.8.0] Removed Run overloads for AsyncContext and moved ICancelableAsync support to a separate assembly.
   [0.7.0] Added Run/RunTask overloads for AsyncContext.
   [0.6.0] Added Silverlight 5 build.
   [0.5.0] Moved ICancelableAsync support to a separate class to avoid requiring a reference to Microsoft.TeamFoundation.Client.
   [0.4.0] Added ICancelableAsync support; corrected ToEnd exception handling; changed ExceptionHelpers to detect and use ExceptionDispatchInfo at runtime.
   [0.3.0] Added Metro dev preview (.NETCore45) and .NET 4.5 dev preview (net45-client) builds.
   [0.2.0] Added progress implementations (ObserverProgress, PropertyProgress, and ProducerProgress) and SynchronizationContextHelpers.CurrentOrDefault.
   [0.1.0] Added WaitHandle.WaitOne(CancellationToken), Task.WaitWithoutException, and CancellationToken overloads for all Task.Wait* methods.