# File lib/Dnsruby/SelectInterface.rb, line 18
    def add_to_select(query_settings)
      # SingleResolver has sent the query - add it to the select.
      # @TODO@ Should this method actually send the query as well? Currently
      # done by SingleResolver, but should maybe be done here. Then, EM can send as well
      # as receive.
    end