# File lib/new_relic/agent/pipe_channel_manager.rb, line 74
        def close
          @out.close unless @out.closed?
          @in.close unless @in.closed?
        end