Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tracking issue for process::parent_id #46104

Closed
sfackler opened this Issue Nov 19, 2017 · 5 comments

Comments

Projects
None yet
5 participants
@sfackler
Copy link
Member

sfackler commented Nov 19, 2017

Implemented in #46092

@SimonSapin

This comment has been minimized.

Copy link
Contributor

SimonSapin commented Mar 17, 2018

This is pub fn parent_id() -> u32 (which is consistent with std::process::id and std::process::Child::id) in the Unix-only std::os::unix::process module.

Looks good to me to stabilize.

@rfcbot fcp merge

@rfcbot

This comment has been minimized.

Copy link

rfcbot commented Mar 17, 2018

Team member @SimonSapin has proposed to merge this. The next step is review by the rest of the tagged teams:

No concerns currently listed.

Once a majority of reviewers approve (and none object), this will enter its final comment period. If you spot a major issue that hasn't been raised at any point in this process, please speak up!

See this document for info about what commands tagged team members can give me.

@jethrogb

This comment has been minimized.

Copy link
Contributor

jethrogb commented Mar 18, 2018

For posterity, I've found two ways to get this information on Windows:

I don't think either of these methods is acceptable to use in std, so a platform-specific API as is implemented now seems fine.

@rfcbot

This comment has been minimized.

Copy link

rfcbot commented Mar 19, 2018

🔔 This is now entering its final comment period, as per the review above. 🔔

@rfcbot

This comment has been minimized.

Copy link

rfcbot commented Mar 29, 2018

The final comment period is now complete.

tmccombs added a commit to tmccombs/rust that referenced this issue Apr 4, 2018

kennytm added a commit to kennytm/rust that referenced this issue Apr 4, 2018

kennytm added a commit to kennytm/rust that referenced this issue Apr 4, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.