Provides generic Atomic<T>
type
#1
Labels
A-portable-atomic-util
Area: related to portable-atomic-util crate
C-enhancement
Category: A new feature or an improvement for an existing one
Requirements:
forbid(unsafe_code)
compatible on the user side. (I have mentioned in the past the approach of using unsafe marker trait.)Atomic<&T>
must be sound (i.e.,Relaxed
ordering is not allowed), butRelaxed
ordering should be allowed on plain data types like integers.The text was updated successfully, but these errors were encountered: