Nito.AsyncEx 3.0.1

dotnet add package Nito.AsyncEx --version 3.0.1
NuGet\Install-Package Nito.AsyncEx -Version 3.0.1
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="3.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Nito.AsyncEx --version 3.0.1
#r "nuget: Nito.AsyncEx, 3.0.1"
#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=3.0.1

// Install Nito.AsyncEx as a Cake Tool
#tool nuget:?package=Nito.AsyncEx&version=3.0.1

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

Product Compatible and additional computed target framework versions.
.NET net6.0-android was computed.  net7.0-android was computed.  net8.0-android was computed. 
.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. 
MonoAndroid monoandroid is compatible. 
Silverlight sl4 is compatible.  sl5 is compatible. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wp71 is compatible.  wp8 is compatible.  wp81 was computed.  wpa81 is compatible. 
Windows Store win is compatible. 
Xamarin.iOS xamarinios10 is compatible. 
Xamarin.Mac xamarinmac20 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.0

  • .NETFramework 4.5

    • No dependencies.
  • All Frameworks

    • No dependencies.
  • Portable Class Library (.NETFramework 4.0, Silverlight 4.0, Windows 8.0, WindowsPhone 7.1)

  • Portable Class Library (.NETFramework 4.0, Silverlight 5.0, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)

  • Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)

    • No dependencies.
  • Silverlight 5.0

  • Windows 8.0

    • No dependencies.
  • WindowsPhone 8.0

    • No dependencies.
  • WindowsPhoneApp 8.1

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Nito.AsyncEx:

Package Downloads
Abp

ASP.NET Boilerplate core package.

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 22,211 9/5/2015
3.0.1-pre 1,326 2/22/2015
3.0.0 49,629 9/2/2014
2.1.3 17,000 12/21/2013
2.1.2 483 12/15/2013
2.1.1 144 12/15/2013
2.1.0 591 12/5/2013
2.0.0 1,247 11/6/2013
1.0.0 3,770 5/12/2013

Added support for WPA targets; better usability for AsyncLock and AsyncReaderWriterLock.