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-lwt
module Make
(M : Distributed.Message_type) :
Distributed.Process.S
with type 'a io = 'a Lwt.t
and type message_type = M.t
and type logger = Lwt_log.logger
Functor to create a Distributed.Process.S
given a Distributed.Message_type
.