obatcher.ds
Ds.Batched_counter
obatcher
module Batched : sig ... end
include sig ... end
type t = Obatcher.Make(Batched).t
val init : ?cfg:Batched.cfg -> unit -> t
val exec : t -> 'a Batched.op -> 'a
val get_internal : t -> Batched.t
val incr : t -> unit
val decr : t -> unit
val get : t -> int