io.backend vocabulary - Factor Documentation (original) (raw)
io.backend vocabulary
Factor handbook » Vocabulary index
Summary
Hooks for native I/O implementation
Metadata
Parents: | io |
---|---|
Authors: | Slava Pestov |
Words
Singleton classes
Generic words
Word | Stack effect |
---|---|
![]() |
( -- ) |
![]() |
( -- ) |
![]() |
( nanos -- ) |
![]() |
( path -- path' ) |
Symbol words
Ordinary words
Word | Stack effect |
---|---|
![]() |
( io-backend -- ) |
![]() |
( input output error -- ) |
Class predicate words
Word | Stack effect |
---|---|
![]() |
( object -- ? ) |
Files
resource:core/io/backend/backend.factor
resource:core/io/backend/backend-docs.factor
resource:core/io/backend/backend-tests.factor
Metadata files
resource:core/io/backend/authors.txt
resource:core/io/backend/summary.txt
Children from resource:basis
Vocabulary | Summary |
---|---|
![]() |
Non-blocking I/O and sockets on Unix-like systems |
![]() |
Microsoft Windows native I/O implementation |