[][src]Module unix::process

Process operations

Structs

WaitCode

Cause of process termination

WaitFlags
WaitInfo

Notice of process termination

Enums

WaitSpec

Specify which child to wait for

Functions

fork

Create a new process which is a copy of the calling process.

pid

Return the ID of the calling process.

ppid

Return the ID of the parent of the calling process.

quit

Terminate the calling process.

Type Definitions

Id