package balancer

  1. Overview
  2. Docs
module type S = sig ... end
module Make (SS : Serverset.S) (D : Distributor.S with type state = SS.t) : sig ... end
module Distributor : sig ... end
module Node : sig ... end
module Serverset : sig ... end
module Chash : sig ... end
module Util : sig ... end

Utilities for concurrency and thread safety

module P2C : sig ... end
module CHash (C : Distributor.Checksum) : sig ... end
module RoundRobin : sig ... end