package octez-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

Signature

type node = {
  1. name : string;
  2. ip : string;
  3. port : int;
}
type 'a master_task := workers:Distributed.Process_id.t list -> 'a D.t
val run : self_node:node -> nodes:node list -> 'a master_task -> 'a
OCaml

Innovation. Community. Security.