Process
@safe nothrow
struct Process {
}
- pid
ProcessID pid;
Undocumented in source.
- stderr
PipeFD stderr;
Undocumented in source.
- stdin
PipeFD stdin;
Undocumented in source.
- stdout
PipeFD stdout;
Undocumented in source.
eventcore driver
aliasesclassesenumsinterfacesmixin templatesstructs
Describes a spawned process