rust/library/core/src/task
Oli Scherer 5d114f3c99
Rollup merge of #116387 - kpreid:wake-doc, r=cuviper
Additional doc links and explanation of `Wake`.

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).
2024-02-14 11:53:37 +01: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 #116387 - kpreid:wake-doc, r=cuviper 2024-02-14 11:53:37 +01:00