Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/rayon-core/src/
Dregistry.rs108 pub struct CustomSpawn<F>(F); struct
110 impl<F> CustomSpawn<F> impl
119 impl<F> ThreadSpawn for CustomSpawn<F> implementation