We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eff64c commit 79bffa9Copy full SHA for 79bffa9
std/src/thread/spawnhook.rs
@@ -83,7 +83,7 @@ struct SpawnHook {
83
/// assert_eq!(X.get(), 123);
84
/// }).join().unwrap();
85
/// ```
86
-#[unstable(feature = "thread_spawn_hook", issue = "none")]
+#[unstable(feature = "thread_spawn_hook", issue = "132951")]
87
pub fn add_spawn_hook<F, G>(hook: F)
88
where
89
F: 'static + Send + Sync + Fn(&Thread) -> G,
0 commit comments