distributed
Library to provide Erlang style distributed computations. This library is inspired by Cloud Haskell.
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.
Install
- Maintainers
-
Sources
Dependencies
ounit
with-test & >= "2.0"
ocamlfind
build
ocamlbuild
build
lwt
>= "2.7.0" & < "4.0.0"
ocaml
>= "4.02.3"
Reverse Dependencies