io.backend vocabulary
Factor handbook ยป Vocabulary index


Summary
Hooks for native I/O implementation

Metadata
Authors:Slava Pestov


Words

Singleton classes
c-io-backend


Generic words
WordStack effect
init-io( -- )
init-stdio( -- )
io-multiplex( nanos -- )
normalize-path( path -- path' )


Symbol words
io-backend


Ordinary words
WordStack effect
set-io-backend( io-backend -- )
set-stdio( input output error -- )


Class predicate words
WordStack effect
c-io-backend?( object -- ? )


Files


Metadata files


Children from resource:basis
VocabularySummary
io.backend.unixNon-blocking I/O and sockets on Unix-like systems
io.backend.windowsMicrosoft Windows native I/O implementation