We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dafd33 commit 22ec897Copy full SHA for 22ec897
core/src/task/poll.rs
@@ -5,6 +5,8 @@ use crate::ops::{self, ControlFlow};
5
6
/// Indicates whether a value is available or if the current task has been
7
/// scheduled to receive a wakeup instead.
8
+///
9
+/// This is returned by [`Future::poll`](core::future::Future::poll).
10
#[must_use = "this `Poll` may be a `Pending` variant, which should be handled"]
11
#[derive(Copy, Clone, Debug, Eq, PartialEq, Ord, PartialOrd, Hash)]
12
#[lang = "Poll"]
0 commit comments