Process

Undocumented in source.

Constructors

this
this(Loop loop, string[] argsD, Pipe stdin, Pipe stdout, Pipe stderr)
Undocumented in source.
this
this(uv_loop_t* loop, string[] argsD, Pipe stdin, Pipe stdout, Pipe stderr)
Undocumented in source.

Members

Functions

kill
void kill(int signal)
Undocumented in source. Be warned that the author may not have intended to support it.
wait
Promise!long wait()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

stream
Stream stream(Loop loop, string[] args, Pipe stderr)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

STDERR
Pipe STDERR;
Undocumented in source.
STDIN
Pipe STDIN;
Undocumented in source.
STDOUT
Pipe STDOUT;
Undocumented in source.

Variables

self
uv_process_t self;
Undocumented in source.

Meta