Handbook
Glossary
c-io-backend
Vocabulary
io
.
backend
Definition
IN:
io.backend
SINGLETON:
c-io-backend
Methods
USING:
io.backend
io.files
io.streams.c
;
M:
c-io-backend
(file-appender)
"ab"
fopen
<c-writer>
;
USING:
io.backend
io.files
io.streams.c
;
M:
c-io-backend
(file-reader)
"rb"
fopen
<c-reader>
;
USING:
io.backend
io.files
io.streams.c
;
M:
c-io-backend
(file-writer)
"wb"
fopen
<c-writer>
;
USING:
io.backend
;
M:
c-io-backend
init-io
;
USING:
io.backend
io.streams.c
;
M:
c-io-backend
init-stdio
init-c-stdio
;
USING:
io.backend
kernel
math
threads.private
;
M:
c-io-backend
io-multiplex
dup
0
=
[
drop
]
[
60 60
*
1000
*
1000
*
or
(sleep)
]
if
;