Home
last modified time | relevance | path

Searched refs:spawn_handler (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/rayon-core/src/
Dlib.rs141 spawn_handler: S, field
181 spawn_handler: DefaultSpawn, in default()
275 .spawn_handler(|thread| { in build_scoped()
352 pub fn spawn_handler<F>(self, spawn: F) -> ThreadPoolBuilder<CustomSpawn<F>> in spawn_handler() method
357 spawn_handler: CustomSpawn::new(spawn), in spawn_handler()
371 &mut self.spawn_handler in get_spawn_handler()
687 spawn_handler: _, in fmt()
Dtest.rs173 .spawn_handler(|thread| { in cleared_current_thread()
/external/rust/crates/rayon-core/tests/
Dscoped_threadpool.rs29 .spawn_handler(move |thread| { in spawn_scoped_tls_threadpool()
/external/rust/crates/rayon/
DRELEASES.md165 - `ThreadPoolBuilder` can now take a custom `spawn_handler` to control how