# File lib/cool.io/loop.rb, line 102
    def stop
      raise RuntimeError, "loop not running" unless @running
      @running = false
    end