Handbook
Glossary
stdin
Vocabulary
io
.
backend
.
unix
Definition
USING:
destructors
;
IN:
io.backend.unix
TUPLE:
stdin
<
disposable
control size data
;
Methods
USING:
accessors
io.backend.unix
io.timeouts
kernel
;
M:
stdin
cancel-operation
[
size>>
]
[
control>>
]
bi
[
cancel-operation
]
bi@
;
USING:
accessors
destructors
io.backend.unix
kernel
;
M:
stdin
dispose*
[
[
control>>
&dispose
drop
]
[
size>>
&dispose
drop
]
[
data>>
&dispose
drop
]
tri
]
with-destructors
;
USING:
accessors
io.backend.unix
io.files
io.timeouts
kernel
;
M:
stdin
refill
[
[
buffer>>
]
]
dip
[
dup
wait-for-stdin
refill-stdin
f
]
curry
compose
with-timeout
;