Module sync
core
1.93.0-nightly
(9e71ba8de 2025-10-31) (Ferrocene rolling by Ferrous Systems)
Module sync
Module Items
Modules
Structs
In crate core
core
Module
sync
Copy item path
1.6.0
·
Source
Expand description
Synchronization primitives
Modules
§
atomic
Atomic types
Structs
§
Exclusive
Experimental
Non-
ferrocene_certified
Exclusive
provides
mutable
access, also referred to as
exclusive
access to the underlying value. However, it only permits
immutable
, or
shared
access to the underlying value when that value is
Sync
.