blob: f9f2b8fc81f1c42a79d777292606fcf49926bd9d [file] [log] [blame]
//! The internal directory contains internal APIs not meant to be
//! exposed to "end-users" of Rayon, but rather which are useful for
//! constructing abstractions.
//!
//! These APIs are still unstable.
pub mod task;
pub mod worker;