Skip to main content

Module vec

Module vec 

Source

Structsยง

Iter
Iterator over &V, served from the immutable snapshot.
IterMut
Mutable iterator over &mut V. Entries shared with snapshots are replaced with fresh unique ones; mutations are published when the iterator is dropped.
SyncVec
A concurrent Vec with a Go sync.Map-style read/dirty architecture:
VecRefMut