Skip to main content

Module sync

Module sync 

Source
Expand description

Multithreaded version of ThinCell

Structs§

Inner
The inner allocation of ThinCell
Ref
A mutable guard returned by ThinCell::borrow
ThinCell
A compact (1-usize), multi-threaded smart pointer combining Arc and Mutex.

Enums§

DowncastError
Error returned by ThinCell::downcast when downcasting fails.