Expand description
See LocalSpawnPool
for documentation.
Structs§
- Join
Handle - An owned permission to join on a task (await its termination).
- Local
Spawn Pool - A pool of tasks to spawn futures and wait for them on a single thread.
Functions§
- spawn
- Spawns a
!Send
future on the currentLocalSpawnPool
.