class IO::Event::Selector::Select

def ready?

@returns [Boolean] Whether the ready list is not empty, i.e. there are fibers ready to be resumed.
def ready?
	!@ready.empty?
end