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

Prototype changes to use semaphore signalling for Unix #126

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

Conversation

karlmcdowall
Copy link

@karlmcdowall karlmcdowall commented Jan 15, 2025

PLEASE DON'T MERGE!
Code is very much in the quick-prototype phase and very much not ready to be merged. Code is posted to demonstrate that the CTRL-C logic can be implemented using an unnamed POSIX semaphore to signal between signal-handler and blocking thread on unix rather than a pipe.
I've started a thread with the background on this here.

Very much in the quick-prototype phase. Demonstrate that
the CTRL-C logic can be alternatively implemented using a
unnamed POSIX semaphore to signal between signal-handler and blocking
thread.
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