with-process-stream ( desc encoding quot -- )
Operating system processes ยป Launching processes

Prev:with-process-writer ( desc encoding quot -- )


Vocabulary
io.launcher

Inputs
desca launch descriptor
encodingan encoding descriptor
quota quotation


Outputs
None

Word description
Launches a process and redirects its input and output via a pair of pipes. The quotation is called with input-stream and output-stream rebound to these pipes.

Notes
The process is started with the hidden slot set to t.

See also
Running hidden processes

Definition