Module spawn
futures_
task
0.3.31
Module spawn
Module Items
Modules
Structs
Traits
In crate futures_
task
Modules
arc_wake
future_obj
noop_waker
spawn
waker
waker_ref
Structs
FutureObj
LocalFutureObj
SpawnError
WakerRef
Traits
ArcWake
LocalSpawn
Spawn
UnsafeFutureObj
Functions
noop_waker
noop_waker_ref
waker
waker_ref
futures_task
Module
spawn
Copy item path
Settings
Help
Summary
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.