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

Wake all sleeping threads when leaving suspend #2219

Merged
merged 1 commit into from
Jul 1, 2023

Conversation

xytovl
Copy link
Contributor

@xytovl xytovl commented Jun 7, 2023

std::condition_variable::wait_for does not count time spent in sleep mode, resulting in longer than expected waits.

std::condition_variable::wait_for does not count time spent in sleep
mode, resulting in longer than expected waits.
@Alexays Alexays merged commit 85854c7 into Alexays:master Jul 1, 2023
@Alexays
Copy link
Owner

Alexays commented Jul 1, 2023

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants