Library to provide Erlang style distributed computations. This library is inspired by Cloud Haskell.

Install

Authors

Maintainers

Sources

v0.5.0.tar.gz
md5=158919cc350bfb668e12ec8367b8f7c7

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.

Published: 26 Mar 2018

Dependencies (3)

  1. base-unix
  2. jbuilder >= "1.0+beta16"
  3. ocaml >= "4.02.3"

Dev Dependencies

    None

Used by (2)

  1. distributed-lwt < "0.2.0"
  2. distributed-uwt < "0.2.0"

Conflicts

    None