[go: up one dir, main page]

rayon-core 1.3.0

Core APIs for Rayon
Documentation
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;