guicho271828 / common-lisp-extensions

list of extensions beyond CL available in lisp implementations, and the status of its spread.
21 stars 0 forks source link

Compare And Swap extension #36

Open guicho271828 opened 5 years ago

guicho271828 commented 5 years ago

Feature description: Atomic compare&swap interface.

Supported implementations:

y2q-actionman commented 5 years ago

There is atomics as a compatibility layer.

Shinmera commented 5 years ago

Cf Shinmera/atomics#1