package balancer

  1. Overview
  2. Docs
module type S = sig ... end
module type Fanout = sig ... end
module type Checksum = sig ... end
module P2C : S with type param = unit and type state = Serverset.LoadedNodes.t and type peer = Serverset.LoadedNode.t
module CHash (C : Checksum) : S with type param = Cstruct.t and type state = Serverset.Nodes.t and type peer = Node.t
module RoundRobin : S with type param = unit and type state = Serverset.RRQueue.t and type peer = Node.t