Expand description
Provides cell primitives.
This is a drop-in replacement for std::cell::SyncCell
/std::cell::SyncUnsafeCell
.
Structs§
- Sync
Cell - See
Exclusive
for stdlib’s upcoming implementation, which should replace this one entirely. - Sync
Unsafe Cell UnsafeCell
, butSync
.