TheGoodAsyncWrapper NuGet Package

This converts all sync functions into async functions.

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.




Got any TheGoodAsyncWrapper Question?





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)

1 package depend on this package.


Tags



STATS

must-have-score

1.5

avg-downloads-per-day

0

days-since-last-release

1323