package distributed
Library to provide Erlang style distributed computations. This library is inspired by Cloud Haskell.
Install
Dune Dependency
Authors
Maintainers
Sources
v0.5.0.tar.gz
sha256=e60a275e18c8fdc6ac6005af42f56d76d6d39222c12ab60617417925f3793625
md5=158919cc350bfb668e12ec8367b8f7c7
doc/index.html
distributed
API
Library distributed
Distributed
This module provides modules to create distribtued computations. Distributed comutations are described using theProcess
.Process
provides a monadic interface to describe distributed computations.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page