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: Enhance BlockWaitStrategy Synchronization with Flags and Predicate-Based Waiting #15632

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

superMan-1012
Copy link

Improve the thread synchronization mechanism within the BlockWaitStrategy class by introducing state flags and utilizing predicate-based waiting. This ensures more reliable and efficient coordination between threads, preventing issues like spurious wakeups.

@CLAassistant
Copy link

CLAassistant commented Jan 8, 2025

CLA assistant check
All committers have signed the CLA.

@superMan-1012 superMan-1012 force-pushed the feature/fix_event_lost branch from d40ac09 to ed80961 Compare January 9, 2025 08:30
@superMan-1012 superMan-1012 force-pushed the feature/fix_event_lost branch from ed80961 to 43823c6 Compare January 9, 2025 08:34
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