common-lisp-extensions icon indicating copy to clipboard operation
common-lisp-extensions copied to clipboard

Compare And Swap extension

Open guicho271828 opened this issue 5 years ago • 2 comments

Feature description: Atomic compare&swap interface.

Supported implementations:

  • [x] SBCL
  • [x] CCL
  • [x] ECL
  • [ ] CMU
  • [ ] ABCL
  • [x] ALISP

guicho271828 avatar May 22 '19 14:05 guicho271828

There is atomics as a compatibility layer.

y2q-actionman avatar May 23 '19 06:05 y2q-actionman

Cf Shinmera/atomics#1

Shinmera avatar Jun 03 '19 10:06 Shinmera