Module oursh::process

source ·
Expand description

Subprocess execution management.

All commands (both foreground and background) are created and executed as a job. This helps manage the commands the shell runs.

  • Job control
  • Threads?
  • Signals
  • Process groups
  • Sessions

More resources from the source at: www.win.tue.nl/~aeb/linux/lk/lk-10.

Re-exports

  • pub use self::jobs::Jobs;

Modules

Structs

  • File descriptors for use in processes and threads
  • A process to be executed by various means
  • Processes groups are used for things like pipelines and background jobs

Traits