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 using CompletionPacket for overlapped I/O #137

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

notgull
Copy link
Member

@notgull notgull commented Aug 16, 2023

Closes #97

This allows the packet to be used for overlapped operations, like reading from or writing to files.

It makes more sense to have it here.

Signed-off-by: John Nunley <dev@notgull.net>
This allows it to be used outside of polling as a part of overlapped
operations.

Signed-off-by: John Nunley <dev@notgull.net>
Signed-off-by: John Nunley <dev@notgull.net>
Signed-off-by: John Nunley <dev@notgull.net>
Signed-off-by: John Nunley <dev@notgull.net>
Signed-off-by: John Nunley <dev@notgull.net>
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 overlapped operations in Windows
1 participant