package distributed-uwt

  1. Overview
  2. Docs
A library to provide a uwt based implementation of Distributed.

Install

Dune Dependency

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: 28 Mar 2018

README

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

Dependencies (5)

  1. uwt
  2. logs
  3. distributed >= "0.5.0"
  4. jbuilder >= "1.0+beta16"
  5. ocaml >= "4.02.3"

Dev Dependencies

None

Used by

None

Conflicts

None