Handbook
Glossary
with-process-stream* ( desc encoding quot -- process status )
Vocabulary
io
.
launcher
Inputs
desc
an
object
encoding
an
object
quot
an
object
Outputs
process
an
object
status
an
object
Definition
USING:
io.launcher.private
io.streams.duplex
io.timeouts
kernel
;
IN:
io.launcher
:
with-process-stream*
( desc encoding quot -- process status )
[
(process-stream)
]
dip
[
with-stream
]
curry
[
dip
dup
(wait-for-process)
]
curry
with-timeout
;
inline