package distributed-uwt

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.6.0.tar.gz
md5=c7fe69990324309299fe4ad90a738866
sha512=d1c2bd6a5f11dab70bc74178f9fafe2a36a697313f52bf2bce7b263ac2c9e0930f367c34bcd74ebfe8c56b269f03b6f6ac7c0738ee0e81d752658a831b559c05

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 Nov 2019

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 core library, lwt implementation, and uwt implementation are available via OPAM:

$ opam install distributed

$ opam install distributed-lwt

$ opam install distributed-uwt    

Documentation

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

License

MIT License

Dependencies (5)

  1. ocaml >= "4.02.3"
  2. uwt
  3. logs
  4. distributed = "0.6.0"
  5. dune >= "1.11.0"

Dev Dependencies

None

Used by

None

Conflicts

None