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