<process-reader> ( desc encoding -- stream )
Operating system processes ยป Launching processes

Prev:wait-for-process ( process -- status )
Next:<process-writer> ( desc encoding -- stream )


Vocabulary
io.launcher

Inputs
desca launch descriptor
encodingan encoding descriptor


Outputs
streaman input stream


Word description
Launches a process and redirects its output via a pipe which may be read as a stream with the given encoding.

Definition