distributed-process

Cloud Haskell: Erlang-style concurrency in Haskell

http://haskell-distributed.github.com/

Version on this page:0.5.4
LTS Haskell 11.22:0.7.4
Stackage Nightly 2024-04-22:0.7.6
Latest on Hackage:0.7.6

See all snapshots distributed-process appears in

BSD-3-Clause licensed by Duncan Coutts, Nicolas Wu, Edsko de Vries
This version can be pinned in stack with:distributed-process-0.5.4@sha256:c1a54fb397ae439304aae225f627d9c4f721eb8b1548c72d471dfa4ddc544461,7108

Module documentation for 0.5.4

This is an implementation of Cloud Haskell, as described in Towards Haskell in the Cloud by Jeff Epstein, Andrew Black, and Simon Peyton Jones (http://research.microsoft.com/en-us/um/people/simonpj/papers/parallel/), 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.