rstd 0.1.0
Loading...
Searching...
No Matches
rstd::process::Stdio Struct Referenceexport
module rstd

Describes how to configure a child process's standard I/O stream. More...

Static Public Member Functions

static constexpr auto inherit () noexcept -> Stdio
 The child inherits the corresponding stream from the parent.
 
static constexpr auto null () noexcept -> Stdio
 The child's stream is connected to /dev/null.
 
static constexpr auto piped () noexcept -> Stdio
 A new pipe is created between parent and child.
 

Detailed Description

Describes how to configure a child process's standard I/O stream.


The documentation for this struct was generated from the following file: