rust/library/core/src/task
Thalia Archibald 638b226a6a Remove #[cfg(not(test))] gates in core
These gates are unnecessary now that unit tests for `core` are in a
separate package, `coretests`, instead of in the same files as the
source code. They previously prevented the two `core` versions from
conflicting with each other.
2025-03-06 13:21:59 -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 Remove #[cfg(not(test))] gates in core 2025-03-06 13:21:59 -08:00