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
§
Spawn
Error
An error that occurred during spawning.
Traits
§
Local
Spawn
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.