# File lib/em/pure_ruby.rb, line 504
    def initialize io
      super io
      @outbound_q = []
    end