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

Make postprocessing threads interruptable #149

Open
adam-abed-abud opened this issue Feb 8, 2024 · 0 comments
Open

Make postprocessing threads interruptable #149

adam-abed-abud opened this issue Feb 8, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@adam-abed-abud
Copy link
Contributor

As an improvement to the current code base it would be good to make postprocessing threads use std::jthreads (C++20). This would allow to interrupt/stop threads given certain conditions.

Possible application: postprocessing threads used by the TPG could be interrupted/stopped based on an external condition (e.g. high resource utilization or TP rate too high)

@adam-abed-abud adam-abed-abud added the enhancement New feature or request label Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant