# File lib/httpclient/connection.rb, line 75
    def join
      if @async_thread
        @async_thread.join
      end
      nil
    end