Function futures_util::task::waker_ref
source · [−]Expand description
Creates a reference to a [Waker
] from a reference to Arc<impl ArcWake>
.
The resulting [Waker
] will call
ArcWake.wake()
if awoken.
Creates a reference to a [Waker
] from a reference to Arc<impl ArcWake>
.
The resulting [Waker
] will call
ArcWake.wake()
if awoken.