BrianProgrammer
-
- 1,709 total downloads
- last updated 9/21/2020
- Latest version: 1.2.0
This library provides 3 major functions. 1. A clean reliable model for predictable returns. 2. A model builders that runs off of function delegates. 3. A model builder that runs off of asyncronous code. A... More information -
- 541 total downloads
- last updated 9/21/2020
- Latest version: 1.2.0
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... More information