theprocess

Module that provides components to easily run other programs.

Modules

exception
module theprocess.exception

Module that defines exceptions that may be thrown when dealing with processes spawned by this library.

process
module theprocess.process

Module that defines the main Process struct and associated components.

utils
module theprocess.utils

Various utilities related to processes

Members

Imports

Process (from theprocess.process)
public import theprocess.process : Process, ProcessResult;
Undocumented in source.
ProcessException (from theprocess.exception)
public import theprocess.exception : ProcessException;
Undocumented in source.
ProcessResult (from theprocess.process)
public import theprocess.process : Process, ProcessResult;
Undocumented in source.
resolveProgram (from theprocess.utils)
public import theprocess.utils : resolveProgram;
Undocumented in source.

Meta