distributed-uwt
A library to probide a uwt based implementation of Distributed
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-uwt
module type CustomerLogger = sig ... end
This module provides a Log_lwt based logger to use.
module Make
(M : Distributed.Message_type)
(L : CustomerLogger) :
Distributed.Process with type 'a io = 'a Lwt.t and type message_type = M.t
Functor to create a module of type Distributed
.Process given a message module M
of type Distributed
.Message_type and a custom logger module L
of type CustomerLogger
.