package distributed-uwt
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=e60a275e18c8fdc6ac6005af42f56d76d6d39222c12ab60617417925f3793625
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
Dependencies (5)
- uwt
- logs
-
distributed
>= "0.5.0"
-
jbuilder
>= "1.0+beta16"
-
ocaml
>= "4.02.3"
Dev Dependencies
None
Used by
None
Conflicts
None