Searched refs:DefaultSpawn (Results 1 – 2 of 2) sorted by relevance
64 use self::registry::{CustomSpawn, DefaultSpawn, ThreadSpawn};118 pub struct ThreadPoolBuilder<S = DefaultSpawn> {181 spawn_handler: DefaultSpawn, in default()
88 pub struct DefaultSpawn; struct90 impl ThreadSpawn for DefaultSpawn { implementation