Module tokio::net::unix::pipe

source ·
Available on Unix and crate feature net only.
Expand description

Unix pipe types.

Structs§

  • Options and flags which can be used to configure how a FIFO file is opened.
  • Reading end of a Unix pipe.
  • Writing end of a Unix pipe.

Functions§

  • Creates a new anonymous Unix pipe.