Skip to main content

Std.Process

This page is still under construction!

This feature is still not implemented!

namespace Std.Process

Std.Process abstracts the management of the current process, parallel tasks and threads.


Functions

@public func noreturn exit(isize error)

Aborts the current process execution.

isize error:

The error status code.