distributed-process: Cloud Haskell: Erlang-style concurrency in Haskell
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.
Modules
[Index] [Quick Jump]
- Control
- Distributed
- Control.Distributed.Process
- Control.Distributed.Process.Closure
- Control.Distributed.Process.Debug
- Internal
- Control.Distributed.Process.Internal.BiMultiMap
- Control.Distributed.Process.Internal.CQueue
- Closure
- Control.Distributed.Process.Internal.Messaging
- Control.Distributed.Process.Internal.Primitives
- Control.Distributed.Process.Internal.Spawn
- Control.Distributed.Process.Internal.StrictContainerAccessors
- Control.Distributed.Process.Internal.StrictList
- Control.Distributed.Process.Internal.StrictMVar
- Control.Distributed.Process.Internal.Types
- Control.Distributed.Process.Internal.WeakTQueue
- Control.Distributed.Process.Management
- Control.Distributed.Process.Node
- Control.Distributed.Process.Serializable
- Control.Distributed.Process.UnsafePrimitives
- Control.Distributed.Process
- Distributed
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
th | Build with Template Haskell support | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- distributed-process-0.7.8.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.2.0, 0.2.0.1, 0.2.1, 0.2.1.1, 0.2.1.2, 0.2.1.3, 0.2.1.4, 0.2.2.0, 0.2.3.0, 0.3.0, 0.3.1, 0.4.0, 0.4.0.1, 0.4.0.2, 0.4.1, 0.4.2, 0.5.0, 0.5.1, 0.5.2, 0.5.3, 0.5.4, 0.5.5, 0.5.5.1, 0.6.0, 0.6.1, 0.6.2, 0.6.3, 0.6.4, 0.6.5, 0.6.6, 0.7.0, 0.7.1, 0.7.2, 0.7.3, 0.7.4, 0.7.5, 0.7.6, 0.7.7, 0.7.8 (info) |
---|---|
Change log | ChangeLog |
Dependencies | base (>=4.14 && <5), binary (>=0.8 && <0.10), bytestring (>=0.10 && <0.13), containers (>=0.6 && <0.8), data-accessor (>=0.2 && <0.3), deepseq (>=1.4 && <1.7), distributed-static (>=0.2 && <0.4), exceptions (>=0.10), hashable (>=1.2.0.5 && <1.6), mtl (>=2.0 && <2.4), network-transport (>=0.4.1.0 && <0.6), random (>=1.0 && <1.4), rank1dynamic (>=0.1 && <0.5), stm (>=2.4 && <2.6), syb (>=0.3 && <0.8), template-haskell (>=2.6 && <2.24), time (>=1.9) [details] |
Tested with | ghc ==8.10.7, ghc ==9.0.2, ghc ==9.2.8, ghc ==9.4.5, ghc ==9.6.4, ghc ==9.8.2, ghc ==9.10.1, ghc ==9.12.1 |
License | BSD-3-Clause |
Copyright | Well-Typed LLP, Tweag I/O Limited |
Author | Duncan Coutts, Nicolas Wu, Edsko de Vries |
Maintainer | The Distributed Haskell team |
Category | Control |
Home page | https://haskell-distributed.github.io/ |
Bug tracker | https://github.com/haskell-distributed/distributed-process/issues |
Source repo | head: git clone https://github.com/haskell-distributed/distributed-process(packages/distributed-process) |
Uploaded | by LaurentRDC at 2025-02-05T01:53:43Z |
Distributions | LTSHaskell:0.7.7, Stackage:0.7.8 |
Reverse Dependencies | 30 direct, 1 indirect [details] |
Downloads | 33947 total (171 in the last 30 days) |
Rating | 2.5 (votes: 5) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |