/core/io/backend/backend-docs.factor
http://github.com/abeaumont/factor · Factor · 12 lines · 9 code · 3 blank · 0 comment · 0 complexity · f88107ff2434a0d0142603f0079df4fc MD5 · raw file
- USING: help.markup help.syntax io io.backend strings
- byte-arrays ;
- HELP: io-multiplex
- { $values { "nanos" "a non-negative integer" } }
- { $contract "Waits up to " { $snippet "nanos" } " nanoseconds for pending I/O requests to complete." } ;
- HELP: init-io
- { $contract "Initializes the I/O system. Called on startup." } ;
- HELP: init-stdio
- { $contract "Initializes the global " { $link input-stream } " and " { $link output-stream } ". Called on startup." } ;