Function rayon::iter::extend::fast_collect

source ·
pub(super) fn fast_collect<I, T>(pi: I) -> Either<Vec<T>, LinkedList<Vec<T>>> where
    I: IntoParallelIterator<Item = T>,
    T: Send,