Function futures_util::task::waker
source · Expand description
Creates a Waker
from an Arc<impl ArcWake>
.
The returned Waker
will call
ArcWake.wake()
if awoken.
Creates a Waker
from an Arc<impl ArcWake>
.
The returned Waker
will call
ArcWake.wake()
if awoken.