Hopac.Plus
0.1.3
See the version list below for details.
dotnet add package Hopac.Plus --version 0.1.3
NuGet\Install-Package Hopac.Plus -Version 0.1.3
<PackageReference Include="Hopac.Plus" Version="0.1.3" />
paket add Hopac.Plus --version 0.1.3
#r "nuget: Hopac.Plus, 0.1.3"
// Install Hopac.Plus as a Cake Addin #addin nuget:?package=Hopac.Plus&version=0.1.3 // Install Hopac.Plus as a Cake Tool #tool nuget:?package=Hopac.Plus&version=0.1.3
A collection of utilities that encapsulate common concurrency patterns and constructs for use with the Hopac concurrency library.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- FSharp.Core (>= 3.1.2.5)
- Hopac (>= 0.3.12 && < 0.4.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Hopac.Plus:
Package | Downloads |
---|---|
HttpFs.Auth0
Provides constructs which make it easier to use Auth0 when interacting with protected APIs. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.1.4 | 1,520 | 9/30/2016 |
0.1.3 | 1,061 | 9/23/2016 |
0.1.3-beta004 | 789 | 9/23/2016 |
0.1.3-beta003 | 830 | 9/1/2016 |
0.1.3-beta002 | 795 | 9/1/2016 |
0.1.3-beta001 | 851 | 8/31/2016 |
0.1.1 | 1,046 | 8/23/2016 |
0.1.0 | 1,094 | 8/19/2016 |
Added utility and timing extensions for `Promise`, `Job`, and `Alt`
Added `OptionJob` extensions including `traverse` and `sequence`
Added `ChoiceJob` extensions including `traverse` and `sequence`
Added `UnixTime` implementation for getting the current time in Unix seconds since the epoch
Added `Job.supervise` and `Job.superviseWithWill`
Added automatic retry and exponential backoff policies