package distributed
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: 26 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
Dev Dependencies
None
Used by (2)
-
distributed-lwt
< "0.2.0"
-
distributed-uwt
< "0.2.0"
Conflicts
None