io.backend.unix vocabulary - Factor Documentation (original) (raw)
io.backend.unix vocabulary
Factor handbook » Vocabulary index
Summary
Non-blocking I/O and sockets on Unix-like systems
Metadata
Parents: | io.backend |
---|---|
Authors: | Slava Pestov |
Platforms: | unix |
Words
Tuple classes
Class | Superclass | Slots |
---|---|---|
![]() |
![]() |
fd |
![]() |
![]() |
|
![]() |
![]() |
mx |
![]() |
![]() |
control size data |
Generic words
Word | Stack effect |
---|---|
![]() |
( handle -- fd ) |
Ordinary words
Word | Stack effect |
---|---|
![]() |
( n -- fd ) |
![]() |
( mx -- port ) |
![]() |
( -- stdin ) |
![]() |
( n mask symbol -- n ) |
![]() |
( -- fd ) |
![]() |
( -- fd ) |
![]() |
( -- value ) |
![]() |
( fd -- fd ) |
![]() |
( -- * ) |
![]() |
( n -- n ) |
![]() |
( buffer stdin size -- ) |
![]() |
( -- n ) |
![]() |
( port -- ) |
![]() |
( -- fd ) |
![]() |
( -- ) |
![]() |
( stdin -- size ) |
Class predicate words
Word | Stack effect |
---|---|
![]() |
( object -- ? ) |
![]() |
( object -- ? ) |
![]() |
( object -- ? ) |
![]() |
( object -- ? ) |
Files
resource:basis/io/backend/unix/unix.factor
resource:basis/io/backend/unix/unix-tests.factor
Metadata files
resource:basis/io/backend/unix/authors.txt
resource:basis/io/backend/unix/platforms.txt
resource:basis/io/backend/unix/summary.txt
Children from resource:basis
Vocabulary | Summary |
---|---|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
Generic protocol for Unix I/O multiplexers |