Module cell

Module cell 

Source
Expand description

Provides cell primitives.

This is a drop-in replacement for std::cell::SyncCell/std::cell::SyncUnsafeCell.

Structs§

SyncCell
See Exclusive for stdlib’s upcoming implementation, which should replace this one entirely.
SyncUnsafeCell
UnsafeCell, but Sync.