-
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
Add support for anonymous pipes #82
Comments
Given that your patch merged, how far are we from anon pipes? Asking since rust time bombed mio 0.6.x (it has future incompatible code) and we must find an alternative. |
We still need to support direct |
Not as much of a priority anymore as we've worked around this limitation in |
It would be useful if this crate supported Windows anonymous pipes.
I probably can't make any progress on this until #76 is complete, as this would require the backend to not be
wepoll
.The text was updated successfully, but these errors were encountered: