Module origin_studio::std::sync
source · Modules
- Atomic types
Structs
- A thread-safe reference-counting pointer. ‘Arc’ stands for ‘Atomically Reference Counted’.
- ExclusiveExperimental
Exclusiveprovides only mutable access, also referred to as exclusive access to the underlying value. It provides no immutable, or shared access to the underlying value.