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

Add support for waiting on waitable handles #111

Merged
merged 6 commits into from
Aug 9, 2023

Conversation

notgull
Copy link
Member

@notgull notgull commented Apr 30, 2023

This PR adds support to Poller on Windows for waiting on waitable handles, like processes and threads. For now, this just uses the thread pool, but in the future we could use wait-completion packets instead. Closes #98

Needs more testing. Looks good from my end.

@notgull notgull marked this pull request as ready for review May 2, 2023 03:31
@notgull notgull requested a review from fogti June 2, 2023 03:12
@notgull notgull merged commit c6a0890 into master Aug 9, 2023
@notgull notgull deleted the notgull/waitable-handles branch August 9, 2023 03:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Support waitable objects in Windows
1 participant