We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Thread
1 parent dd53dd5 commit 795db4cCopy full SHA for 795db4c
src/libstd/thread/mod.rs
@@ -896,6 +896,9 @@ struct Inner {
896
/// docs of [`Builder`] and [`spawn`] for more details.
897
///
898
/// [`Builder`]: ../../std/thread/struct.Builder.html
899
+/// [`JoinHandle::thread`]: ../../std/thread/struct.JoinHandle.html#method.thread
900
+/// [`JoinHandle`]: ../../std/thread/struct.JoinHandle.html
901
+/// [`thread::current`]: ../../std/thread/fn.current.html
902
/// [`spawn`]: ../../std/thread/fn.spawn.html
903
904
pub struct Thread {
0 commit comments