package obatcher

  1. Overview
  2. Docs

Parameters

Signature

module Sequential : sig ... end
module Batched : sig ... end
include sig ... end
val init : ?cfg:Batched.cfg -> unit -> t
val exec : t -> 'a Batched.op -> 'a
val get_internal : t -> Batched.t
  • alert unsafe Should not be used typically by application
val insert : t -> V.t -> unit
val mem : t -> V.t -> bool
val sz : t -> int
OCaml

Innovation. Community. Security.