orx-concurrent-recursive-iter 3.0.0

A concurrent iterator that can be extended recursively by each of its items.
Documentation
1
2
3
use crossbeam_deque::Injector;

pub(super) type Queue<T> = Injector<T>;