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

Fix try_acquire_until in BasicCountingSemaphore #150

Merged
merged 1 commit into from
May 8, 2024

Conversation

autopear
Copy link
Contributor

@autopear autopear commented May 7, 2024

BasicCountingSemaphore::try_acquire_until should use cv's wait_until instead of wait_for.

@0x804d8000 0x804d8000 merged commit e653fe6 into Tencent:master May 8, 2024
5 of 8 checks passed
@0x804d8000
Copy link
Collaborator

Thanks for the fix!

@autopear autopear deleted the fix_sem_acquire_until branch May 13, 2024 17:13
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