package obatcher

  1. Overview
  2. Docs

Module Batched_counter.BatchedSource

Sourcetype t = int Atomic.t
Sourcetype cfg = unit
Sourceval init : ?cfg:'a -> unit -> int Atomic.t
Sourcetype _ op =
  1. | Incr : unit op
  2. | Decr : unit op
  3. | Get : int op
Sourcetype wrapped_op =
  1. | Mk : 'a op * 'a Picos.Computation.t -> wrapped_op
Sourceval run : t -> wrapped_op array -> unit
OCaml

Innovation. Community. Security.