We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f7d817 commit 70bba3bCopy full SHA for 70bba3b
library/std/src/sync/mpmc/utils.rs
@@ -136,7 +136,7 @@ impl Backoff {
136
}
137
138
139
- /// Returns `true` if exponential backoff has completed and blocking the thread is advised.
+ /// Returns `true` if quadratic backoff has completed and blocking the thread is advised.
140
#[inline]
141
pub fn is_completed(&self) -> bool {
142
self.step.get() > YIELD_LIMIT
0 commit comments