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.5.0.tar.gz
md5=158919cc350bfb668e12ec8367b8f7c7

README.md.html

distributed

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

Primitives 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.

Installation

The library is available via OPAM:

$ opam install distributed

Documentation

The API documentation is available here. Example programs can be found in the examples directory.

License

MIT License