Module cell

Module cell 

Source

Structsยง

Cell ๐Ÿ”’
A mutable memory location.
ConstPtr ๐Ÿ”’
This newtype around *mut T exists for interoperability with loom::cell::ConstPtr, which works as a guard and performs additional logic to track access scope.
UnsafeCell ๐Ÿ”’
This UnsafeCell wrapper exists for interoperability with loom::cell::UnsafeCell, and only contains the interface that is needed for this crate.