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

Prev:with-process-reader ( desc encoding quot -- )
Next:with-process-stream ( 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 via a pipe. The quotation is called with output-stream rebound to this pipe.

Definition