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

IoRing support for windows #1697

Open
ghost opened this issue Jul 26, 2023 · 3 comments
Open

IoRing support for windows #1697

ghost opened this issue Jul 26, 2023 · 3 comments
Labels
windows Related to the Windows OS.

Comments

@ghost
Copy link

ghost commented Jul 26, 2023

IoRing is a new windows api.

@Thomasdezeeuw
Copy link
Collaborator

Duplicate of #1591. Basically it's a maybe for Mio v2, otherwise you can look at https://github.com/Thomasdezeeuw/a10 which works on Linux currently.

@dlight
Copy link

dlight commented May 27, 2024

Note that I/O ring is a Windows API, while io_uring is a Linux API. A10 is a crate for Linux io_uring, not Windows I/O rings.

Here is a comparison between the two APIs.

So, this is not a duplicate I think.

@Thomasdezeeuw
Copy link
Collaborator

I'll reopen, but it think the design is fairly similar between Windows' I/O ring and Linux's io_uring. Neither of which is compatible with Mio's current design.

@Thomasdezeeuw Thomasdezeeuw reopened this May 27, 2024
@Thomasdezeeuw Thomasdezeeuw added the windows Related to the Windows OS. label Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
windows Related to the Windows OS.
Projects
None yet
Development

No branches or pull requests

2 participants