- Rename the "process" module to "os". - Add Platform to it. - Static "name" method. - Static "isPosix" method. - Docs and tests!
8 lines
177 B
Markdown
8 lines
177 B
Markdown
^title Module "os"
|
|
|
|
The os module exposes classes for accessing capabilities provided by the
|
|
underlying operating system.
|
|
|
|
* [Platform](platform.html)
|
|
* [Process](process.html)
|