# File lib/new_relic/agent/pipe_channel_manager.rb, line 194
        def stop_listener_thread
          @started = false
          wakeup
          @thread.join
        end