From 978ebd9c8cd91079be62656ca193a9cbc85e157b Mon Sep 17 00:00:00 2001 From: Mara Bos Date: Mon, 1 Nov 2021 15:04:24 +0100 Subject: Add tracking issue for thread_is_running. --- library/std/src/thread/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/std/src') diff --git a/library/std/src/thread/mod.rs b/library/std/src/thread/mod.rs index f8f64117113..12d9f955bb7 100644 --- a/library/std/src/thread/mod.rs +++ b/library/std/src/thread/mod.rs @@ -1407,7 +1407,7 @@ impl JoinHandle { /// /// This might return `false` for a brief moment after the thread's main /// function has returned, but before the thread itself has stopped running. - #[unstable(feature = "thread_is_running", issue = "none")] + #[unstable(feature = "thread_is_running", issue = "90470")] pub fn is_running(&self) -> bool { Arc::strong_count(&self.0.packet.0) > 1 } -- cgit 1.4.1-3-g733a5