-
Notifications
You must be signed in to change notification settings - Fork 68
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
Removing the wepoll dependency? #22
Comments
It would require a lot of effort and would likely introduce bugs in the beginning. The Anyways... I don't have the time to do this right now :( If somebody else wants to give this a shot, that would be very much appreciated! |
mio ended up adopting the wepoll approach, but IIRC their code is written from scratch. Last I checked, there were still a bunch of issues with their implementation. This is why I avoid mio myself: its Windows support seems questionable at best. wepoll on the other hand is solid as a rock, and compiling it is quite easy/fast. |
|
Would it be possible to implement the windows backend directly in rust? I think making the code as accessible as possible to users is especially important with a library like this (mostly for debugging).
It looks like
mio
is written with{nt, win}api
, and maybe it could be used as reference here.The text was updated successfully, but these errors were encountered: