Expand description
Multithreaded version of ThinCell
Structs§
- Inner
- The inner allocation of
ThinCell - Ref
- A mutable guard returned by
ThinCell::borrow - Thin
Cell - A compact (
1-usize), multi-threaded smart pointer combiningArcandMutex.
Enums§
- Downcast
Error - Error returned by
ThinCell::downcastwhen downcasting fails.