Function waker

Source
pub(crate) fn waker<W: Wake>(wake: Arc<W>) -> Waker
Expand description

Creates a waker from a Arc<impl Wake>.