Module nstd::proc

source · []
Expand description

Process management.

Functions

Terminates the program in an abnormal fashion.

Gets the ID of a process by handle.

Exits the program with the specified exit code.

Frees memory allocated by nstd_proc_spawn.

Gets the current process’ ID.

Kills a process by it’s handle. Does not free memory allocated by nstd_proc_spawn.

Starts a new process.

Waits for a process to finish. Does not free memory allocated by nstd_proc_spawn.

Type Definitions

Represents a process handle returned by nstd_proc_spawn.

An error code to be returned by a process.

Represents a process ID.