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

Prev:<process-reader> ( desc encoding -- stream )
Next:<process-stream> ( desc encoding -- stream )


Vocabulary
io.launcher

Inputs
desca launch descriptor
encodingan encoding descriptor


Outputs
streaman output stream


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

Definition