pub fn ref_waker<T: 'static + ArcWake>(w: Arc<T>) -> Waker
Expand description

Creates a Waker from a Arc<T>, where T implements the ArcWake trait.