| 
									
										
										
										
											2007-09-20 18:09:08 -04:00
										 |  |  | USING: help.markup help.syntax io io.backend strings | 
					
						
							|  |  |  | byte-arrays ;
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | HELP: io-multiplex | 
					
						
							|  |  |  | { $values { "ms" "a non-negative integer" } } | 
					
						
							|  |  |  | { $contract "Waits up to " { $snippet "ms" } " milliseconds for pending I/O requests to complete." } ;
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | HELP: init-io | 
					
						
							|  |  |  | { $contract "Initializes the I/O system. Called on startup." } ;
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | HELP: init-stdio | 
					
						
							| 
									
										
										
										
											2008-05-05 03:19:25 -04:00
										 |  |  | { $contract "Initializes the global " { $link input-stream } " and " { $link output-stream } ".  Called on startup." } ;
 |