Expand description
A Utility Struct for Writing to a Vector in parallel without blocking reads.
Structs§
- Parallel
VecWriter - A struct that wraps a vector and allows for parallel writes to it.
- Unsafe
Read Access - A handle that can be used to read arbitrary locations in a vector wrapped by a
ParallelVecWriter, even if they weren’t initialized when theParallelVecWriterwas created.