Module waker_
ref
futures_
task
0.3.31
Module waker_
ref
Module Items
Structs
Functions
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
waker_ref
Copy item path
Settings
Help
Summary
Source
Structs
§
Waker
Ref
A
Waker
that is only valid for a given lifetime.
Functions
§
waker_
ref
Creates a reference to a
Waker
from a reference to
Arc<impl ArcWake>
.