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

Make msgq work on MacOS #209

Open
pd0wm opened this issue Oct 16, 2021 · 0 comments
Open

Make msgq work on MacOS #209

pd0wm opened this issue Oct 16, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@pd0wm
Copy link
Contributor

pd0wm commented Oct 16, 2021

Current msgq relies on sending a signal to the receiver thread for the poll function to work correctly. On linux we use syscall(SYS_tkill, tid, SIGUSR2) for this. Does a MacOS equivalent exist?

@adeebshihadeh adeebshihadeh added the enhancement New feature or request label Apr 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants