Struct Process
Describes a spawned process
struct Process
;
Fields
Name | Type | Description |
---|---|---|
pid
|
ProcessID | |
stderr
|
PipeFD | |
stdin
|
PipeFD | |
stdout
|
PipeFD |