Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Session Cookies
Module sync
core
1.94.0-nightly
(f794a0873 2025-12-17)
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
.