Expand description
Synchronization and interior mutability primitives
Modules§
- up 🔒
- Uniprocessor interior mutability primitives
Structs§
- UPSafe
Cell - Wrap a static data structure inside it so that we are
able to access it without any
unsafe
.
Synchronization and interior mutability primitives
unsafe
.