Module shared_cell

Source

Structs§

EmptyCellError
SharedCell
A wrapper class that facilitates sharing an item across different users, supporting:
SharedCellPool
A pool of SharedCells which can be used to mass take() and discard them all at once.
SharedCellRef

Enums§

TryTakeError

Traits§

SharedCellDiscard
Trait to facilitate storing SharedCells of different types in a single pool.