mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-23 05:20:43 +00:00

Document that `RawWakerVTable` functions must be thread-safe. Also add some intra-doc links and more high-level explanation of how `Waker` is used, while I'm here. Context: https://internals.rust-lang.org/t/thread-safety-of-rawwakervtables/17126