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

process: add periodic polling in Reaper #6894

Closed
wants to merge 1 commit into from

Conversation

ruihe774
Copy link

Motivation

Reaper may oversleep giving overwritten SIGCHLD.

Solution

Add periodic polling in Reaper.

Please look at my comment in code for a description.

@ruihe774
Copy link
Author

Sorry but giving tokio::signal::unix::signal() sends to all receivers, there is no such problem.

@ruihe774 ruihe774 closed this Oct 10, 2024
@Darksonn Darksonn added A-tokio Area: The main tokio crate M-process Module: tokio/process labels Oct 10, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants