Module spawn

Source

Modules§

if_alloc 🔒

Structs§

SpawnError
An error that occurred during spawning.

Traits§

LocalSpawn
The LocalSpawn is similar to Spawn, but allows spawning futures that don’t implement Send.
Spawn
The Spawn trait allows for pushing futures onto an executor that will run them to completion.