Skip to content

Avoid sleep-based blocking wait in ShmQueue #152

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

nlighting
Copy link

@nlighting nlighting commented Mar 26, 2025

Using sleep-based waiting will cause the current thread to sleep and wake up frequently, so it is replaced by an inter-process condition wait implementation

@CLAassistant
Copy link

CLAassistant commented Mar 26, 2025

CLA assistant check
All committers have signed the CLA.

@nlighting nlighting marked this pull request as draft March 26, 2025 09:02
@nlighting nlighting marked this pull request as ready for review March 26, 2025 09:02
@nlighting nlighting force-pushed the fix-shm-queue-waiting branch from 93712a7 to d9de71e Compare March 26, 2025 09:05
@nlighting nlighting changed the title Avoid sleep-based block waiting in ShmQueue Avoid sleep-based blocking wait in ShmQueue Mar 26, 2025
@nlighting
Copy link
Author

cc @LiSu @Seventeen17 @husimplicity

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.

3 participants