mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
8dc83770f7
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`