Module concread::internals::lincowcell[][src]

A CowCell with linear drop behaviour

YOU SHOULD NOT USE THIS TYPE! Normaly concurrent cells do NOT require the linear dropping behaviour that this implements, and it will only make your application worse for it. Consider CowCell and EbrCell instead.

Structs

LinCowCell

A concurrently readable cell with linearised drop behaviour.

LinCowCellReadTxn

A read txn over a linear cell.

LinCowCellWriteTxn

A write txn over a linear cell.

Traits

LinCowCellCapable

Do not implement this. You don’t need this negativity in your life.