1 2 3 4 5 6
//! The internal directory contains internal APIs not meant to be //! exposed to "end-users" of Rayon, but rather which are useful for //! constructing abstractions. pub mod task; pub mod worker;