# File lib/celluloid/io/reactor.rb, line 25
      def wait_writable(io)
        wait io, :w
      end