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
I hope this can be fixed at some point. I want to use this crate, because Atom is exactly the synchronization primitive that I've wanted for several of my projects, and I appreciate the work that's gone into developing it. But I can't bring myself to use a dependency that has been "known to be unsound" for nearly a year without being updated...
This crate has the same issue as mystor/atomic_ref#5.
The following code segfaults on an AArch64 machine (but not on x86_64, which has a stronger memory model).
The text was updated successfully, but these errors were encountered: