pub struct LocalPool { /* private fields */ }
Implementations§
Source§impl LocalPool
impl LocalPool
Sourcepub fn spawner(&self) -> LocalSpawner
pub fn spawner(&self) -> LocalSpawner
Get a clonable handle to the pool as a Spawn
.
pub struct LocalPool { /* private fields */ }
Get a clonable handle to the pool as a Spawn
.