Parents: | io |
Authors: | Slava Pestov |
c-io-backend |
Word | Stack effect |
init-io | ( -- ) |
init-stdio | ( -- ) |
io-multiplex | ( nanos -- ) |
normalize-path | ( path -- path' ) |
io-backend |
Word | Stack effect |
set-io-backend | ( io-backend -- ) |
set-stdio | ( input output error -- ) |
Word | Stack effect |
c-io-backend? | ( object -- ? ) |
Vocabulary | Summary |
io.backend.unix | Non-blocking I/O and sockets on Unix-like systems |
io.backend.windows | Microsoft Windows native I/O implementation |