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

Creates a Waker from a Ref<T>, where T implements the RefWake trait.