async-std icon indicating copy to clipboard operation
async-std copied to clipboard

Add support for Windows named pipes

Open tomaka opened this issue 6 years ago • 3 comments

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/

tomaka avatar Oct 08 '19 12:10 tomaka

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

NyxCode avatar Dec 11 '19 14:12 NyxCode

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 https://github.com/async-rs/async-std/issues/293 first.

yoshuawuyts avatar Dec 12 '19 10:12 yoshuawuyts

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 https://github.com/async-rs/async-std/issues/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.

kyanha avatar Dec 14 '23 16:12 kyanha