Skip to main content

rten_parallel/
lib.rs

1//! Parallel-processing utilities.
2//!
3//! This crate provides common utilities related to multi-threaded parallelism,
4//! for use by the RTen crates.
5
6pub mod par_iter;