Module vec

Source
Expand description

A lock-free, concurrent, in-place growable vector.

Structsยง

IntoIter
An iterator that moves out of a vector.
TryReserveError
Error that can happen when trying to reserve or commit memory for a Vec.
Vec
A lock-free, concurrent, in-place growable vector.