rust/library/core/src/task
Kevin Mehall 22bd319772 Add Waker::new and LocalWaker::new
Per the `waker_getters` FCP:
https://github.com/rust-lang/rust/issues/96992#issuecomment-1941998046

Docs largely copied from `RawWaker::new`.
2024-09-02 18:51:59 -06:00
..
mod.rs feat: add LocalWaker type, ContextBuilder type, and LocalWake trait. 2024-01-20 10:13:08 -03:00
poll.rs link to Future::poll from the Poll docs 2024-08-25 08:35:06 -07:00
ready.rs remove unstable Poll::ready 2023-05-19 12:42:58 +02:00
wake.rs Add Waker::new and LocalWaker::new 2024-09-02 18:51:59 -06:00