Home
last modified time | relevance | path

Searched defs:CustomSpawn (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/rayon-core/src/
Dregistry.rs110 pub struct CustomSpawn<F>(F); struct
112 impl<F> CustomSpawn<F> impl
121 impl<F> ThreadSpawn for CustomSpawn<F> implementation