Open tomaka opened 5 years ago
Is there an update on this? The tokio implementation of named pipes (based on mio-named-pipes
) is dead simple (~100 LOC).
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.
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.
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/