Info
| Version: | 1.2.0 |
| Author(s): | Brian Webb |
| Last Update: | Monday, September 21, 2020 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/LibertyEngineeringMovement/TheGoodCode |
| NuGet Url: | https://www.nuget.org/packages/TheGoodAsyncWrapper |
Install
Install-Package TheGoodAsyncWrapper
dotnet add package TheGoodAsyncWrapper
paket add TheGoodAsyncWrapper
TheGoodAsyncWrapper Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.CSharp(>= 4.7.0)
Tags
Calls as simple as (X+Y) can now be (int X,int Y, int Z)=>(X+Y).RunAsync(valX,valY); or make extensively complex functions, and still run them async with a simple extension.