We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a25e22 commit 25eb060Copy full SHA for 25eb060
1 file changed
library/std/src/thread/scoped.rs
@@ -316,7 +316,6 @@ impl<'scope, T> ScopedJoinHandle<'scope, T> {
316
///
317
/// This function does not block. To block while waiting on the thread to finish,
318
/// use [`join`][Self::join].
319
- #[stable(feature = "thread_is_running", since = "1.61.0")]
320
pub fn is_finished(&self) -> bool {
321
Arc::strong_count(&self.0.packet) == 1
322
}
0 commit comments