orx-concurrent-iter 3.3.0

A thread-safe and ergonomic concurrent iterator trait and efficient lock-free implementations.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#[cfg(test)]
mod tests;

mod chunk_puller;
mod con_iter;
mod into_con_iter;
mod into_iter;
mod raw_jagged;
mod raw_vec;
mod slice;
mod slice_iter;

pub use con_iter::ConIterJaggedOwned;
pub use raw_jagged::RawJagged;
pub use raw_vec::RawVec;