Module sopht::process

source ·
Expand description

this module contains all necessary logic for starting and interacting with processes across all platforms

Structs

  • contains all information about a running or previously-running process, including the Child structure and the handles to the threads reading the output streams of the process. this structure also maintains a Vec<String> containing all the output lines of its child process. for more info about how this output is read and stored, see Process::start

Type Aliases

  • PIDs are represented internally by a plain usize, though this may change in the future!