Skip to main content

Module exit_status

Module exit_status 

Source
Expand description

Platform-agnostic ExitStatus synthesis.

Modules§

exposed
Exposed namespace of the module.
orphan
Orphan namespace of the module.
own
Own namespace of the module.
prelude
Prelude to use essentials: use my_module ::prelude :: *.

Functions§

synthetic_exit_status
Constructs an ExitStatus from an exit code without spawning a process.
synthetic_failure_status
Constructs a failure ExitStatus (exit code 1) without spawning a process.
synthetic_success_status
Constructs a success ExitStatus (exit code 0) without spawning a process.