package atomic

  1. Overview
  2. Docs
Compatibility package for OCaml's Atomic module, from 4.12

Install

Dune Dependency

Authors

Maintainers

Sources

v0.1.tar.gz
md5=ef7764c9932e403faaec545372e54cb2
sha512=61746b050033f700f9a41ce0c68efa8d007abc9ef490001a1108a646c1b7ffdaa08f0df659b28f2a396cee011cb25aa52a7a65be3d217697f70b66b634cbe956

Description

Tags

atomic threads compatibility

Published: 29 Mar 2022

README

Atomic

This package is a compatibility package for the Atomic module in OCaml's standard library.

It is purely sequential, which fits the thread model of older versions of OCaml. The operations are expected to be better, faster, and still atomic, on post-5.0 versions of OCaml.

Dependencies (2)

  1. dune >= "1.1.0"
  2. ocaml >= "4.03" & < "4.12"

Dev Dependencies

None

Used by (2)

  1. linol >= "0.5"
  2. trace-tef = "0.5"

Conflicts

None