Searched refs:spawn_handler (Results 1 – 5 of 5) sorted by relevance
204 spawn_handler: S, field246 spawn_handler: DefaultSpawn, in default()339 .spawn_handler(|thread| { in build_scoped()443 pub fn spawn_handler<F>(self, spawn: F) -> ThreadPoolBuilder<CustomSpawn<F>> in spawn_handler() method448 spawn_handler: CustomSpawn::new(spawn), in spawn_handler()463 &mut self.spawn_handler in get_spawn_handler()812 spawn_handler: _, in fmt()
178 .spawn_handler(|thread| { in cleared_current_thread()
12 .spawn_handler(|builder| { in use_current_thread_basic()
31 .spawn_handler(move |thread| { in spawn_scoped_tls_threadpool()
342 - `ThreadPoolBuilder` can now take a custom `spawn_handler` to control how