pub(super) fn waker_ref<S>(header: &NonNull<Header>) -> WakerRef<'_, S>where S: Schedule,
Returns a WakerRef which avoids having to preemptively increase the refcount if there is no need to do so.
WakerRef