Module frozen

Source
Expand description

Frozen implementation.

Changes are not synchronized with the ring buffer until its explicitly requested or when dropped.

Structs§

Frozen
Frozen wrapper of the ring buffer.

Type Aliases§

FrozenCons
Frozen read end of some ring buffer.
FrozenProd
Frozen write end of some ring buffer.