Handbook
Glossary
pipe
Pipes
Next:
(pipe) ( -- pipe )
Vocabulary
io
.
pipes
Class description
A low-level pipe. Instances are created by calling
(pipe)
and closed by calling
dispose
.
Definition
IN:
io.pipes
TUPLE:
pipe
in out
;
Methods
USING:
accessors
destructors
io.pipes
kernel
;
M:
pipe
dispose
[
[
in>>
&dispose
drop
]
[
out>>
&dispose
drop
]
bi
]
with-destructors
;