rust/library/core/src/task
Jubilee f624f2d3f9
Rollup merge of #128064 - ijackson:noop-waker-doc, r=workingjubilee
Improve docs for Waker::noop and LocalWaker::noop

 * Add a warning about a likely misuse.  (See my commit message for longer rationale.)
 * Apply some probably-accidentally-omitted changes to `LocalWaker`'s docs
 * Add a comment about the clone-and-hack of the docs

I have used [semantic linefeeds](https://rhodesmill.org/brandon/2012/one-sentence-per-line/) for the docs formatting.
2024-08-15 18:44:15 -07:00
..
mod.rs feat: add LocalWaker type, ContextBuilder type, and LocalWake trait. 2024-01-20 10:13:08 -03:00
poll.rs remove redundant imports 2023-12-10 10:56:22 +08:00
ready.rs remove unstable Poll::ready 2023-05-19 12:42:58 +02:00
wake.rs Rollup merge of #128064 - ijackson:noop-waker-doc, r=workingjubilee 2024-08-15 18:44:15 -07:00