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 (Unix) and not ((WebAssembly and non-WASI, or Fortanix and SGX)) only.
Expand description
Create a FIFO special file at the specified path with the specified mode.