Expand description
Synchronization primitives
Modules§
- atomic
 - Atomic types
 
Structs§
- Exclusive
Experimental  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.