Hopac 0.1.1
See the version list below for details.
dotnet add package Hopac --version 0.1.1
NuGet\Install-Package Hopac -Version 0.1.1
<PackageReference Include="Hopac" Version="0.1.1" />
paket add Hopac --version 0.1.1
#r "nuget: Hopac, 0.1.1"
// Install Hopac as a Cake Addin
#addin nuget:?package=Hopac&version=0.1.1
// Install Hopac as a Cake Tool
#tool nuget:?package=Hopac&version=0.1.1
Inspired by languages like Concurrent ML and Cilk, Hopac is a library for F# with the aim of making it easier to write efficient parallel, asynchronous, concurrent and reactive programs. Hopac is licensed under a MIT-style license. See project website for further information.
Product | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
-
- FSharp.Core (>= 4.0.0.1)
NuGet packages (59)
Showing the top 5 NuGet packages that depend on Hopac:
Package | Downloads |
---|---|
Logary
Package Description |
|
Http.fs
A simple functional HTTP client library for F# |
|
Logary.CSharp
Package Description |
|
Logary.Adapters.Topshelf
Package Description |
|
Expecto.Hopac
Running Hopac jobs from Expecto |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.5.1 | 35,209 | 7/5/2021 |
0.5.0 | 25,653 | 11/22/2020 |
0.4.1 | 98,190 | 9/21/2018 |
0.3.23 | 255,251 | 9/30/2016 |
0.3.22 | 14,493 | 9/27/2016 |
0.3.21 | 14,784 | 9/25/2016 |
0.3.20 | 1,168 | 9/22/2016 |
0.3.19 | 1,248 | 9/22/2016 |
0.3.18 | 1,276 | 9/21/2016 |
0.3.17 | 1,273 | 9/12/2016 |
0.3.16 | 1,119 | 9/12/2016 |
0.3.14 | 2,252 | 9/7/2016 |
0.3.13 | 21,179 | 8/24/2016 |
0.3.12 | 2,371 | 8/21/2016 |
0.3.11 | 1,157 | 8/20/2016 |
0.3.10 | 1,158 | 8/16/2016 |
0.3.9 | 1,166 | 8/14/2016 |
0.3.8 | 1,137 | 8/13/2016 |
0.3.7 | 5,826 | 8/8/2016 |
0.3.6 | 8,327 | 8/6/2016 |
0.3.5 | 1,075 | 8/6/2016 |
0.3.4 | 2,424 | 8/5/2016 |
0.2.1 | 27,392 | 6/5/2016 |
0.2.0 | 1,293 | 6/1/2016 |
0.1.3 | 42,562 | 12/15/2015 |
0.1.2 | 1,273 | 11/27/2015 |
0.1.1 | 1,207 | 11/24/2015 |
0.1.0 | 2,738 | 11/23/2015 |
0.0.0.48 | 2,063 | 7/15/2015 |
0.0.0.47 | 1,246 | 5/27/2015 |
0.0.0.46 | 1,623 | 5/24/2015 |
0.0.0.45 | 1,401 | 4/10/2015 |
0.0.0.44 | 1,510 | 3/2/2015 |
0.0.0.43 | 1,614 | 2/28/2015 |
0.0.0.42 | 1,368 | 2/27/2015 |
0.0.0.41 | 2,026 | 2/11/2015 |
0.0.0.40 | 1,741 | 2/6/2015 |
0.0.0.39 | 1,730 | 2/1/2015 |
0.0.0.38 | 1,528 | 1/24/2015 |
0.0.0.37 | 1,962 | 1/21/2015 |
0.0.0.36 | 1,293 | 1/20/2015 |
0.0.0.33 | 1,407 | 12/11/2014 |
XML documentation was missing from `0.1.0`.
Updated `FSharp.Core` dependency to `4.0.0.1`.
Redesigned infix operator symbols to allow most common expressions to be written without parentheses and also added several new infix operators. See the documentation for details.
Moved all infix operators to the `Hopac.Infixes` module so that one only has to open one module to use infix operators.
Introduced `Alt.prepare*` and `Alt.after*` combinators for clarity and uniformity to replace `delay`, `guard` and `wrap`.
Added `Job.isolate` as a workaround for scheduling issues.
Minor additions: `Seq.foldFromJob`, `Proc.bind`, `Proc.map`.