We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Notifier::notify
1 parent f507778 commit fb17da9Copy full SHA for fb17da9
lightning/src/util/wakers.rs
@@ -49,7 +49,7 @@ impl Notifier {
49
/// Wake waiters, tracking that wake needs to occur even if there are currently no waiters.
50
///
51
/// We deem the notification successful either directly after any callbacks were made, or after
52
- /// the user [`poll`]ed a previously-completed future.
+ /// the user [`poll`]ed a previously-generated [`Future`].
53
54
/// [`poll`]: core::future::Future::poll
55
pub fn notify(&self) {
0 commit comments