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

Tracking: IOCP for Windows #4

Open
mookums opened this issue Dec 4, 2024 · 1 comment
Open

Tracking: IOCP for Windows #4

mookums opened this issue Dec 4, 2024 · 1 comment
Assignees

Comments

@mookums
Copy link
Collaborator

mookums commented Dec 4, 2024

This issue is meant to track the progress of IOCP in Tardy as an Async I/O backend.

@mookums mookums self-assigned this Dec 4, 2024
@mookums mookums pinned this issue Dec 4, 2024
@mookums mookums changed the title Tracking Issue: IOCP for Windows Tracking: IOCP for Windows Dec 4, 2024
@mookums
Copy link
Collaborator Author

mookums commented Jan 22, 2025

Either:

  1. Use third-party Win32 bindings such as: https://github.com/marlersoft/zigwin32
  2. Use something like wepoll to get an epoll-like interface that uses IOCP under the hood.

Leaning towards just using the Win32 bindings if we have to take on dependencies as this would also allow us to use the entirety of IOCP.

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

No branches or pull requests

1 participant