std::process

This module is used for working with processes.

Structs, Traits, and Enums

  • StructsChild (represents a running or exited child process), ChildStderr (handle to a child process stderr), ChildStdin (handle child process stdin), ChildStdout (handle for child process stdout), Command (acts as a process builder), ExitStatus (describes the result of a process after it is terminated), Output (output of finished process), and Stdio (describes what to do with the standard IO stream for a child process).
  • Functionexit (terminates current process with exit code).
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset