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 CondVar #518

Closed

Conversation

lekcyjna123
Copy link
Contributor

@lekcyjna123 lekcyjna123 commented Nov 19, 2023

Here is port of primitive CondVar from #395. It will be needed to implement join for #517. Current implementation of CondVar has limitation and requires notify_all to wait a cycle. After merging #509, there will be a possibility to remove that limitation.

@lekcyjna123 lekcyjna123 changed the title Port CondVar Add CondVar Nov 19, 2023
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.

1 participant