Home
last modified time | relevance | path

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

/external/rust/crates/rayon-core/src/
Dregistry.rs111 pub struct CustomSpawn<F>(F); struct
113 impl<F> CustomSpawn<F> impl
122 impl<F> ThreadSpawn for CustomSpawn<F> implementation