We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67362b3 commit 978ebd9Copy full SHA for 978ebd9
library/std/src/thread/mod.rs
@@ -1407,7 +1407,7 @@ impl<T> JoinHandle<T> {
1407
///
1408
/// This might return `false` for a brief moment after the thread's main
1409
/// function has returned, but before the thread itself has stopped running.
1410
- #[unstable(feature = "thread_is_running", issue = "none")]
+ #[unstable(feature = "thread_is_running", issue = "90470")]
1411
pub fn is_running(&self) -> bool {
1412
Arc::strong_count(&self.0.packet.0) > 1
1413
}
0 commit comments