File: //usr/share/ri/3.0.0/system/IO/wait-i.ri
U:RDoc::AnyMethod[iI" wait:ETI"IO#wait;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"OWaits until the IO becomes ready for the specified events and returns the ;TI"Csubset of events that become ready, or +false+ when times out.;To:RDoc::Markup::BlankLine o;
; [I"GThe events can be a bit mask of +IO::READABLE+, +IO::WRITABLE+ or ;TI"+IO::PRIORITY+.;T@o;
; [I"@Returns +true+ immediately when buffered data is available.;T@o;
; [I"?Optional parameter +mode+ is one of +:read+, +:write+, or ;TI" +:read_write+ (deprecated).;T:
@fileI"ext/io/wait/wait.c;T:0@omit_headings_from_table_of_contents_below0I"io.wait(events, timeout) -> event mask or false.
io.wait(timeout = nil, mode = :read) -> event mask or false (deprecated)
;T0[ I"(*args);T@FI"IO;TcRDoc::NormalClass00