Module sync
core
1.92.0-nightly
(595b9a498 2025-10-03)
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
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
.