Crate local_spawn_pool

Source
Expand description

See LocalSpawnPool for documentation.

Structs§

JoinHandle
An owned permission to join on a task (await its termination).
LocalSpawnPool
A pool of tasks to spawn futures and wait for them on a single thread.

Functions§

spawn
Spawns a !Send future on the current LocalSpawnPool.