Module aarch64_std::sync
source · Expand description
Useful synchronization primitives.
Modules
Atomic types
Structs
ExclusiveExperimental
Exclusive provides only mutable access, also referred to as exclusive
access to the underlying value. It provides no immutable, or shared
access to the underlying value.A thread-safe reference-counting pointer. ‘Arc’ stands for ‘Atomically
Reference Counted’.
Enums
Type Definitions
A type alias for the result of a nonblocking locking method.