|
rstd 0.1.0
|
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. | |
Describes how to configure a child process's standard I/O stream.