os
0.1.0
Module sync
Modules
Structs
In crate os
?
Settings
Module
os
::
sync
Copy item path
source
·
[
−
]
Expand description
Synchronization and interior mutability primitives
Modules
§
up
🔒
Uniprocessor interior mutability primitives
Structs
§
UPSafeCell
Wrap a static data structure inside it so that we are able to access it without any
unsafe
.