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 Windows named pipes #291

Open
tomaka opened this issue Oct 8, 2019 · 3 comments
Open

Add support for Windows named pipes #291

tomaka opened this issue Oct 8, 2019 · 3 comments
Labels
enhancement New feature or request

Comments

@tomaka
Copy link

tomaka commented Oct 8, 2019

Since Unix domain sockets are available in async-std, I think it is also in scope to add support for Windows named pipes.

There already exists a crate on top on mio (just like mio-uds) that we should be able to use: https://docs.rs/mio-named-pipes/0.1.6/x86_64-pc-windows-msvc/mio_named_pipes/

@yoshuawuyts yoshuawuyts added the enhancement New feature or request label Oct 8, 2019
@NyxCode
Copy link

NyxCode commented Dec 11, 2019

Is there an update on this? The tokio implementation of named pipes (based on mio-named-pipes) is dead simple (~100 LOC).

@yoshuawuyts
Copy link
Contributor

Having names pipes support would be quite nice; but I think to prevent too much churn happening here I'd like to see us make progress towards #293 first.

@kyanha
Copy link

kyanha commented Dec 14, 2023

Having names pipes support would be quite nice; but I think to prevent too much churn happening here I'd like to see us make progress towards #293 first.

It's been 4 years since this was posted, and 3 years since #293 was marked completed.

Has there been any action on this? I've got something that needs named pipes that we're trying to support on both tokio and async-std.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants