1 USING: help.markup help.syntax io io.backend strings
5 { $values { "nanos" "a non-negative integer" } }
6 { $contract "Waits up to " { $snippet "nanos" } " nanoseconds for pending I/O requests to complete." } ;
9 { $contract "Initializes the I/O system. Called on startup." } ;
12 { $contract "Initializes the global " { $link input-stream } " and " { $link output-stream } ". Called on startup." } ;