pub fn mkfifo<P: AsRef<Path>>(path: P, permissions: Permissions) -> Result<()>🔬This is a nightly-only experimental API. (
unix_mkfifo #139324)Available on non-Hermit and not ((Fortanix and SGX, or WebAssembly and non-WASI)) and (Unix) only.
Expand description
Create a FIFO special file at the specified path with the specified mode.