package obatcher

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

Innovation. Community. Security.