# File lib/neovim/session/event_loop.rb, line 41
      def initialize(rd, wr=rd)
        @rd, @wr = rd, wr
        @running = false
      end