futures_task
0.3.31
Module waker_ref
Structs
Functions
In crate futures_task
Module
futures_task
::
waker_ref
Copy item path
source
·
[
−
]
Structs
§
WakerRef
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>
.