rust/library/core/src/task
Josh Triplett a105cd6066 Use field init shorthand where possible
Field init shorthand allows writing initializers like `tcx: tcx` as
`tcx`. The compiler already uses it extensively. Fix the last few places
where it isn't yet used.
2024-12-17 14:33:10 -08: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 Use field init shorthand where possible 2024-12-17 14:33:10 -08:00