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
module type S = sig ... end
module Make
(I : NonBlockIO)
(M : Message_type) :
S
with type message_type = M.t
and type 'a io = 'a I.t
and type logger = I.logger
Functor to create a S
.