You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://github.com/Shinmera/atomics only wrap CAS/atomic-incf/atomic-decf methods of Common Lisp implementations, NOT really bring useful utilities like atomic-fixnumatomic-boolean and other stuff up(soon). If you take a look at the code of cl-atomic and you will find that it's NOT that easy to implement a portably atomic-fixnum for implementations.
What's the rationale for this library as opposed to the existing https://github.com/Shinmera/atomics ?
The text was updated successfully, but these errors were encountered: