mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-02 07:48:37 +00:00
The old documentation suggested the use of yield_now for repeated polling instead of discouraging it; it also made the false claim that channels are implementing using yield_now. (They are not, except for a corner case).