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

expose expeditor SIGWINCH state via ee_pending_winch #890

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

mflatt
Copy link
Contributor

@mflatt mflatt commented Dec 8, 2024

The ee_ functions are internal support for expeditor, but Racket puts them to good use for a customized expeditor. This commit adds a small new function to expose the internal winched flag. That flag is normally accessed via ee_read_char, but calling ee_read_char commits to reading a character, while the new function can be used to just check whether input is ready (in combination with checking the input file descriptor).

@mflatt mflatt merged commit bb584d8 into cisco:main Dec 9, 2024
16 checks passed
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