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

doc: Warn about possible zombie apocalypse #60439

Merged
merged 1 commit into from
May 2, 2019
Merged

doc: Warn about possible zombie apocalypse #60439

merged 1 commit into from
May 2, 2019

Commits on May 1, 2019

  1. doc: Warn about possible zombie apocalypse

    Extend the std::process::Child docs with warning about possible zombies.
    The previous version mentioned that when dropping the Child, the
    process is not killed. However, the wording gave the impression that
    such behaviour is fine to do (leaving the reader believe low-level
    details like reaping zombies of the dead processes is taken over by std
    somehow; or simply leaving the reader unaware about the problem).
    vorner committed May 1, 2019
    Configuration menu
    Copy the full SHA
    26199a2 View commit details
    Browse the repository at this point in the history