package kcas

  1. Overview
  2. Docs
Multi-word compare-and-swap library

Install

Dune Dependency

Authors

Maintainers

Sources

kcas-0.1.8.tbz
sha256=dd22fe8636b60fc7353a684e91a2293f0330ec13c760ec856a6b09e2a25c8fdb
sha512=ad1d744d2f6c17c0fe7b523b61abfbd30dfd5f1b3216864f9eaa5a9cbcec07181adc3b2d954cabcfdba9c6db1f23036b6f678e8eb136b794b5c562a490eaab4f

Description

Published: 09 Feb 2023

README

kcas — Multi-word compare-and-swap library

kcas is in experimental stage.

kcas is distributed under the ISC license.

Homepage: https://github.com/ocaml-multicore/kcas

Installation

kcas can be installed with opam:

opam install kcas

If you don't use opam consult the opam file for build instructions.

Documentation

The documentation and API reference is automatically generated by from the source interfaces. It can be consulted online.

Use

See example.ml for a simple example.

Dependencies (2)

  1. ocaml >= "5.0"
  2. dune >= "3.3"

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None