Process API

This API provides rudimentary process management. It is used mainly by the io module to provide individual standard input and output to individual programs.

It can be helpful to think of a process as a coroutine with extra metadata. A process inherits the metadata of its parent, but can define its own. Such metadata supports stdio and terminal windows. All coroutines created are grouped like child threads of the current process.

Contents