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 getProgramArguments() []stringReturns the program's execution arguments as a slice of strings.
returns []string:
The program's arguments.
@public func exit(uint status) noreturnAborts the current process execution.
uint status:
The exit status code.