Nito.AsyncEx
3.0.1-pre
Prefix Reserved
See the version list below for details.
dotnet add package Nito.AsyncEx --version 3.0.1-pre
NuGet\Install-Package Nito.AsyncEx -Version 3.0.1-pre
<PackageReference Include="Nito.AsyncEx" Version="3.0.1-pre" />
paket add Nito.AsyncEx --version 3.0.1-pre
#r "nuget: Nito.AsyncEx, 3.0.1-pre"
// Install Nito.AsyncEx as a Cake Addin #addin nuget:?package=Nito.AsyncEx&version=3.0.1-pre&prerelease // Install Nito.AsyncEx as a Cake Tool #tool nuget:?package=Nito.AsyncEx&version=3.0.1-pre&prerelease
A helper library for the Task-Based Asynchronous Pattern (TAP).
Product | Versions 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 | netcore was computed. netcore45 is compatible. netcore451 was computed. |
Xamarin.iOS | xamarinios10 is compatible. |
Xamarin.Mac | xamarinmac20 is compatible. |
-
.NETFramework 4.0
- Microsoft.Bcl.Async (>= 1.0.168)
-
.NETFramework 4.5
- No dependencies.
-
All Frameworks
- No dependencies.
-
Portable Class Library (.NETFramework 4.0, Silverlight 4.0, Windows 8.0, WindowsPhone 7.1)
- Microsoft.Bcl.Async (>= 1.0.168)
-
Portable Class Library (.NETFramework 4.0, Silverlight 5.0, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)
- Microsoft.Bcl.Async (>= 1.0.168)
-
Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)
- No dependencies.
-
Silverlight 5.0
- Microsoft.Bcl.Async (>= 1.0.168)
-
Windows 8.0
- No dependencies.
-
WindowsPhone 8.0
- No dependencies.
-
WindowsPhoneApp 8.1
- No dependencies.
NuGet packages (365)
Showing the top 5 NuGet packages that depend on Nito.AsyncEx:
Package | Downloads |
---|---|
Ecng.Common
Ecng system framework System Framework is a comprehensive collection of system classes designed for the development of connectors under the StockSharp platform. |
|
Soenneker.Utils.AsyncSingleton
An externally initializing singleton that uses double-check asynchronous locking, with optional async and sync disposal |
|
Libplanet
A .NET library for creating multiplayer online game in decentralized fashion. See also the docs for details: https://docs.libplanet.io/ |
|
Lykke.HttpClientGenerator
This package helps to generate client proxy for an api using the Refit library. It adds cache and retries using Polly to the generated proxies. User logic can also be added as wrappers to the requests or to the method calls. |
|
Mosaik.Core
Package Description |
GitHub repositories (63)
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# pure functional programming framework - come and get declarative!
|
|
LykosAI/StabilityMatrix
Multi-Platform Package Manager for Stable Diffusion
|
|
Ombi-app/Ombi
Want a Movie or TV Show on Plex/Emby/Jellyfin? Use Ombi!
|
Version | Downloads | Last updated |
---|---|---|
5.1.2 | 19,714,011 | 9/26/2021 |
5.1.1 | 6,784 | 9/25/2021 |
5.1.0 | 6,718,173 | 10/5/2020 |
5.0.0 | 10,027,016 | 4/2/2019 |
5.0.0-pre-06 | 68,580 | 2/26/2019 |
5.0.0-pre-05 | 2,106,916 | 9/9/2017 |
5.0.0-pre-04 | 8,588 | 8/26/2017 |
5.0.0-pre-03 | 3,163 | 8/26/2017 |
5.0.0-pre-02 | 56,051 | 4/16/2017 |
4.0.1 | 3,774,382 | 1/29/2017 |
4.0.1-pre | 4,533 | 11/7/2016 |
4.0.0-pre | 2,051 | 11/7/2016 |
3.0.1 | 3,396,503 | 9/5/2015 |
3.0.1-pre | 6,086 | 2/22/2015 |
3.0.0 | 723,905 | 9/2/2014 |
2.1.3 | 637,470 | 12/21/2013 |
2.1.2 | 2,985 | 12/15/2013 |
2.1.1 | 2,754 | 12/15/2013 |
2.1.0 | 3,854 | 12/5/2013 |
2.0.0 | 9,756 | 11/6/2013 |
1.0.0 | 26,483 | 5/12/2013 |
Added support for WPA targets; better usability for AsyncLock and AsyncReaderWriterLock.