Searched refs:spawn_handler (Results 1 – 4 of 4) sorted by relevance
141 spawn_handler: S, field181 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() method357 spawn_handler: CustomSpawn::new(spawn), in spawn_handler()371 &mut self.spawn_handler in get_spawn_handler()687 spawn_handler: _, in fmt()
173 .spawn_handler(|thread| { in cleared_current_thread()
29 .spawn_handler(move |thread| { in spawn_scoped_tls_threadpool()
165 - `ThreadPoolBuilder` can now take a custom `spawn_handler` to control how