package core_extended

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

role assignment for systems with a primary and backup instances that switch roles daily for ease of deploying new versions.

type 'a t = {
  1. primary : 'a;
  2. backup : 'a;
}
val select : Core.Date.t -> slot1:'a -> slot2:'a -> 'a t
OCaml

Innovation. Community. Security.