package index

  1. Overview
  2. Docs

These modules should not be used. They are exposed purely for testing purposes.

module Hook : sig ... end
module Io_array : sig ... end
module Fan : sig ... end
module type S = sig ... end
module Make (K : Key) (V : Value) (IO : IO) (M : MUTEX) (T : THREAD) : S with type key = K.t and type value = V.t