Skip to main content

pipe_name

Macro pipe_name 

Source
macro_rules! pipe_name {
    ($name:expr) => { ... };
}
Expand description

On Windows, prepend the pipe name with \\.\pipe\. On Unix, return the name as-is.