Module oursh::job[][src]

Subprocess execution management.

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

Structs

Job

A job to be executed by various means.