# File lib/celluloid/io/reactor.rb, line 20
      def wait_readable(io)
        wait io, :r
      end