# File lib/Dnsruby/event_machine_interface.rb, line 63
    def EventMachineInterface::remove_from_outstanding(c)
      @@outstanding_sends.delete(c)
      remove_timer(c)
      # If we explicitly started the EM loop, and there are no more outstanding sends, then stop the EM loop
      stop_eventmachine
    end