pub(crate) fn waker<W: Wake>(wake: Arc<W>) -> Waker
Creates a waker from a Arc<impl Wake>.
Arc<impl Wake>