orx-concurrent-recursive-iter 3.0.0

A concurrent iterator that can be extended recursively by each of its items.
Documentation
1
pub(super) type Queue<T> = crossbeam_queue::SegQueue<T>;