# File lib/new_relic/agent/threading/backtrace_service.rb, line 152
        def stop
          return unless @running
          @running = false
          self.worker_loop.stop

          @buffer = {}
        end