Modules§
- if_
alloc 🔒
Structs§
- Spawn
Error - An error that occurred during spawning.
Traits§
- Local
Spawn - The
LocalSpawnis similar toSpawn, but allows spawning futures that don’t implementSend. - Spawn
- The
Spawntrait allows for pushing futures onto an executor that will run them to completion.