Module sync
starnix_
uapi
Module sync
Module Items
Modules
Structs
In starnix_
uapi::
arch32::
__
static_
assertions::
_
core
starnix_uapi
::
arch32
::
__static_assertions
::
_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
.