distributed
Library to provide Erlang style distributed computations. This library is inspired by Cloud Haskell.
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library distributed
type t = {
node_name : string; | (* The name of this node. *) |
logger : logger; | (* The logger that should be used. *) |
}