# File lib/typhoeus/multi.rb, line 19
    def perform()
      while active_handle_count > 0 do
        multi_perform
      end
      reset_easy_handles
    end