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

add cancel-safety documentation for child::wait #5977

Merged
merged 1 commit into from Sep 4, 2023

Conversation

maminrayej
Copy link
Member

Documents the fact the tokio::process::Child::wait is cancel safe.

Resolves #5976.

@Darksonn Darksonn added T-docs Topic: documentation A-tokio Area: The main tokio crate M-process Module: tokio/process labels Sep 4, 2023
Copy link
Contributor

@Darksonn Darksonn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks.

@Darksonn Darksonn merged commit 84ed35e into tokio-rs:master Sep 4, 2023
75 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tokio Area: The main tokio crate M-process Module: tokio/process T-docs Topic: documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cancellation safety of tokio::process::Child::wait
2 participants