We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab19abe commit 7803b0dCopy full SHA for 7803b0d
src/kcas/kcas.mli
@@ -1,7 +1,9 @@
1
(** This library provides a software transactional memory (STM) implementation
2
- based on an atomic lock-free multi-word compare-and-set (MCAS) algorithm
3
- enhanced with read-only compare operations and ability to block awaiting for
4
- changes.
+ based on an atomic
+ {{:https://en.wikipedia.org/wiki/Non-blocking_algorithm#Lock-freedom}
+ lock-free} multi-word {{:https://en.wikipedia.org/wiki/Compare-and-swap}
5
+ compare-and-set} (MCAS) algorithm enhanced with read-only compare operations
6
+ and ability to block awaiting for changes.
7
8
Features and properties:
9
0 commit comments