Info
Version: | 1.1.0 |
Author(s): | Jordan Webster |
Last Update: | Thursday, May 2, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://gitlab.com/Jordan9232/jobexecutorsharp |
NuGet Url: | https://www.nuget.org/packages/JobExecutorSharp |
Install
Install-Package JobExecutorSharp
dotnet add package JobExecutorSharp
paket add JobExecutorSharp
JobExecutorSharp Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.CSharp(>= 4.5.0)
Tags
This makes developing easier when using Action and Func classes. Instead of using just a Delegate class which may be hard to identify a return type (if any) and/or parameters (if any), and troubles with acting invocation, you can use this library instead.