Search results

There are no results.

std.sys

Types and methods for interacting with the underlying system.

Methods

cpu_cores

Returns the number of available CPU cores of the current system.

exit

Terminates the program with the given exit status.

Classes

ChildProcess

A running or exited child OS process.

Command

A builder type for a ChildProcess.

ExitStatus

The status of a process after it terminated.

Stderr

The standard error output stream.

Stdin

The standard input stream.

Stdout

The standard output stream.

Stream

A type that describes what to do with an input/output stream of a command.