pub(crate) unsafe fn waker_ref<W>(wake: &Arc<W>) -> WakerRef<'_>where W: ArcWake,
Copy of future_task::waker_ref without W: 'static bound.
future_task::waker_ref
W: 'static
The caller must guarantee that use-after-free will not occur.