logo
Expand description

Items that are almost always needed.

Includes Poll, Poll::Pending, and Poll::Ready.

Re-exports

pub use core::task::Poll::Pending;
pub use core::task::Poll::Ready;

Enums

Indicates whether a value is available or if the current task has been scheduled to receive a wakeup instead.