Handbook
Glossary
with-fork ( child parent -- )
Vocabulary
unix
.
process
Inputs
child
an
object
parent
an
object
Outputs
None
Definition
USING:
kernel
math
;
IN:
unix.process
:
with-fork
( child parent -- )
[
call-fork
]
2dip
if-zero
;
inline