BatchIt is a very simple F# library that allows you to write batched async functions and consume them as if they were non-batched.
Info
Version: | 1.2.0 |
Author(s): | Christer van der Meeren |
Last Update: | Wednesday, November 25, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/cmeeren/BatchIt |
NuGet Url: | https://www.nuget.org/packages/BatchIt |
Install
Install-Package BatchIt
dotnet add package BatchIt
paket add BatchIt
BatchIt Download (Unzip the "nupkg" after downloading)
Dependencies
- FSharp.Core(>= 4.6.2)
Tags