Home
last modified time | relevance | path

Searched refs:into_builder (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/rayon-core/src/
Dlib.rs631 fn into_builder(self) -> ThreadPoolBuilder { in into_builder() method
675 config.into_builder().build_global().map_err(Box::from) in initialize()
/external/rust/crates/rayon-core/src/thread_pool/
Dmod.rs60 Self::build(configuration.into_builder()).map_err(Box::from) in new()