mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-02 14:07:10 +00:00
This is intended to clarify: * That `Wake` exists and can be used instead of `RawWaker`. * How to construct a `Waker` when you are looking at `Wake` (which was previously only documented in the example).