package distributed

  1. Overview
  2. Docs
Library to provide Erlang style distributed computations. This library is inspired by Cloud Haskell.

Install

Dune Dependency

Authors

Maintainers

Sources

v0.2.0.tar.gz
md5=65a13e43d57117daa61f1496c2ab2d84

Description

Primitive for spawning processes (in the Erlang sense) either remotely or locally, monitoring/unmonitoring spawned processes, sending, receiving, broadcasting messages to those processes. Unlike Erlang, the messages that are sent between processes are typed.

For more information see the Distributed.Process.S signature and the example in the examples directory.

Published: 26 Oct 2016

Dependencies (6)

  1. ocamlfind build
  2. lwt < "3.0.0"
  3. batteries
  4. base-unix
  5. base-threads
  6. ocaml >= "4.02.3"

Dev Dependencies (1)

  1. ounit with-test & >= "2.0"

Used by

None

Conflicts

None