mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-23 17:25:12 +00:00
Stabilize noop_waker Tracking Issue: #98286 This is a handy feature that's been used widely in tests and example async code and it'd be nice to make it available to users. cc `@rust-lang/wg-async`