futures_task
0.3.31
Module spawn
Modules
Structs
Traits
In crate futures_task
Module
futures_task
::
spawn
Copy item path
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.