pub fn pipe() -> Result<(PipeReader, PipeWriter), Error> ⓘ
🔬This is a nightly-only experimental API. (
anonymous_pipe
)Available on crate feature
std
only.Expand description
Create anonymous pipe that is close-on-exec and blocking.
§Examples
See the module-level documentation for examples.