package obatcher

  1. Overview
  2. Docs
A Framework for building Batched Concurrent Data Structures

Install

Dune Dependency

Authors

Maintainers

Sources

obatcher-1.0.tbz
sha256=bad8af8223b14bd6d582e34eba90048d632f2ac611183e120d0faaeaefb7549e
sha512=cc8ede53c694abbb4aabb6f898e57057c6f2726411eb9f64b056652a0de7adf85432d55df5833d4555ccf03e681869ac0af218119c94f8577008ebd9e0601779

doc/obatcher.ds/Ds/Batched_counter/Batched/index.html

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.