par_iter

Function par_iter 

Source
pub fn par_iter<'a, T>(
    frame: &'a T,
) -> impl ParallelIterator<Item = (usize, usize, T::Pixel)>
where T: Image + Sync, T::Pixel: Send,
Expand description

Iterates over the pixels of a frame in parallel.