Module sync

1.6.0 · Source
Available on crate feature dep_bytemuck only.
Expand description

Synchronization primitives

Modules§

atomic
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.