pub fn waker<W>(wake: Arc<W>) -> Waker where W: 'static + ArcWake,
Creates a Waker from an Arc<impl ArcWake>.
Waker
Arc<impl ArcWake>
The returned Waker will call ArcWake.wake() if awoken.
ArcWake.wake()