parent
06fa27d7c8
commit
d4f5e89ee0
1 changed files with 1 additions and 2 deletions
|
@ -1420,14 +1420,13 @@ pub fn abort() -> ! {
|
||||||
/// Basic usage:
|
/// Basic usage:
|
||||||
///
|
///
|
||||||
/// ```no_run
|
/// ```no_run
|
||||||
/// #![feature(getpid)]
|
|
||||||
/// use std::process;
|
/// use std::process;
|
||||||
///
|
///
|
||||||
/// println!("My pid is {}", process::id());
|
/// println!("My pid is {}", process::id());
|
||||||
/// ```
|
/// ```
|
||||||
///
|
///
|
||||||
///
|
///
|
||||||
#[unstable(feature = "getpid", issue = "44971", reason = "recently added")]
|
#[stable(feature = "getpid", since = "1.27.0")]
|
||||||
pub fn id() -> u32 {
|
pub fn id() -> u32 {
|
||||||
::sys::os::getpid()
|
::sys::os::getpid()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue