package ocaml-base-compiler

  1. Overview
  2. Docs
Official release 4.14.1

Install

Dune Dependency

Authors

Maintainers

Sources

4.14.1.tar.gz
sha256=776006e6f0b9bcfb6d9d74381c588e587432ca85562fde93bb80472a5145b028

doc/stdlib/CamlinternalAtomic/index.html

Module CamlinternalAtomicSource

Sourcetype !'a t
Sourceval make : 'a -> 'a t
Sourceval get : 'a t -> 'a
Sourceval set : 'a t -> 'a -> unit
Sourceval exchange : 'a t -> 'a -> 'a
Sourceval compare_and_set : 'a t -> 'a -> 'a -> bool
Sourceval fetch_and_add : int t -> int -> int
Sourceval incr : int t -> unit
Sourceval decr : int t -> unit
OCaml

Innovation. Community. Security.