Hopac 0.0.0.44
See the version list below for details.
dotnet add package Hopac --version 0.0.0.44
NuGet\Install-Package Hopac -Version 0.0.0.44
<PackageReference Include="Hopac" Version="0.0.0.44" />
paket add Hopac --version 0.0.0.44
#r "nuget: Hopac, 0.0.0.44"
// Install Hopac as a Cake Addin #addin nuget:?package=Hopac&version=0.0.0.44 // Install Hopac as a Cake Tool #tool nuget:?package=Hopac&version=0.0.0.44
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 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. |
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.
Fixed to properly remove waiter in case it timed out rather than was signalled.
Signal when top timed changes to improve timer accuracy.
Add a test of the job computation builder.
Remove redundant builder methods.
Added `Job.tryFinallyFunDelay`, `Job.tryFinallyJobDelay`, `Job.tryWithDelay` and `Job.whileDoDelay`.
Added `Stream.mapConst`.
Removed `Stream.subscribeOnFirst`, `Stream.subscribeDuring` and `Stream.subscribingTo`, because `Stream.ofObservable` easily covers all of those use cases.