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
Make `AtomicBox<T>` non-`Sync` when `T` is non-`Send`.
Fixes a soundness bug reported by @geeklint. Closes#5.
This breaks API compatibility only for programs that are doing something very
unsafe, but a version bump seems appropriate anyway.