@hackage distributed-process0.7.8
Cloud Haskell: Erlang-style concurrency in Haskell
Installation
Tested Compilers
Dependencies (17)
- base >=4.14 && <5
- binary >=0.8 && <0.10
- bytestring >=0.10 && <0.13
- containers >=0.6 && <0.9
- data-accessor >=0.2 && <0.3
- deepseq >=1.4 && <1.7 Show all…
Dependents (36)
@hackage/distributed-process-platform, @hackage/distributed-process-monad-control, @hackage/distributed-process-azure, @hackage/distributed-process-ekg, @hackage/distributed-process-execution, @hackage/SciFlow-drmaa, Show all…
Package Flags
th
(on by default)
Build with Template Haskell support
This is an implementation of Cloud Haskell, as described in Towards Haskell in the Cloud by Jeff Epstein, Andrew Black, and Simon Peyton Jones (https://simon.peytonjones.org/haskell-cloud/), although some of the details are different. The precise message passing semantics are based on A unified semantics for future Erlang by Hans Svensson, Lars-Åke Fredlund and Clara Benac Earle.
You will probably also want to install a Cloud Haskell backend such as distributed-process-simplelocalnet.