Skip to content

Commit 25eb060

Browse files
authored
Don't stabilize ScopedJoinHandle::is_finished yet.
1 parent 5a25e22 commit 25eb060

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/std/src/thread/scoped.rs

-1
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,6 @@ impl<'scope, T> ScopedJoinHandle<'scope, T> {
316316
///
317317
/// This function does not block. To block while waiting on the thread to finish,
318318
/// use [`join`][Self::join].
319-
#[stable(feature = "thread_is_running", since = "1.61.0")]
320319
pub fn is_finished(&self) -> bool {
321320
Arc::strong_count(&self.0.packet) == 1
322321
}

0 commit comments

Comments
 (0)