You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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/The text was updated successfully, but these errors were encountered: