[][src]Module libuv::handles::process

Structs

ProcessFlags

Flags to be set on the flags field of ProcessOptions.

ProcessHandle

Process handles will spawn a new process and allow the user to control it and establish communication channels with it using streams.

ProcessOptions

Options for spawning the process (passed to spawn()).

StdioContainer

Container for each stdio handle or fd passed to a child process.

StdioFlags

Flags specifying how a stdio should be transmitted to the child process.

Enums

ExitCB
StdioType