Add doc links to std::os
extension traits
Add documentation links to the original type for various OS-specific extension traits and normalize the language for introducing such traits. Also, remove some outdated comments around the extension trait definitions.
This commit is contained in:
parent
21dae950be
commit
182d99cfd1
24 changed files with 139 additions and 64 deletions
|
@ -21,7 +21,9 @@ use thread::JoinHandle;
|
|||
#[allow(deprecated)]
|
||||
pub type RawPthread = pthread_t;
|
||||
|
||||
/// Unix-specific extensions to `std::thread::JoinHandle`
|
||||
/// Unix-specific extensions to [`thread::JoinHandle`].
|
||||
///
|
||||
/// [`thread::JoinHandle`]: ../../../../std/thread/struct.JoinHandle.html
|
||||
#[stable(feature = "thread_extensions", since = "1.9.0")]
|
||||
pub trait JoinHandleExt {
|
||||
/// Extracts the raw pthread_t without taking ownership
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue