const VTABLE: RawWakerVTable = new;
const NOOP_RAW_WAKER: RawWaker = new;
/// Returns no-op waker which does nothing when wake is called
///
/// It should be removed once [rust#98286](https://github.com/rust-lang/rust/issues/98286) is
/// stabilized