Handbook
Glossary
(run-process) ( process -- handle )
Vocabulary
io
.
launcher
Inputs
process
a
process
Outputs
handle
a process handle
Generic word contract
Launches a process.
Notes
User code should call
run-process
instead.
Definition
USING:
io.backend
;
IN:
io.launcher
HOOK:
(run-process)
io-backend
( process -- handle )
Methods
USING:
io.launcher
io.launcher.unix
kernel
system
unix.process
;
M:
unix
(run-process)
[
fork-process
]
curry
[
]
with-fork
;