Struct Process

Represents a single running process in the chain.

Constructors

Name Description
this Creates a new process (and spawns it).
this Creates a new process (and spawns it)

Fields

Name Type Description
pid std.process.Pid
pipe std.process.Pipe

Properties

Name Type Description
stdout [get] std.stdio.File File object of this processes stdout

Methods

Name Description
opAssign
wait Waits for this process to complete and returns the exit code.