lib/datadog/profiling/collectors/idle_sampling_helper.rb in ddtrace-1.10.1 vs lib/datadog/profiling/collectors/idle_sampling_helper.rb in ddtrace-1.11.0.beta1
- old
+ new
@@ -45,10 +45,10 @@
end
true
end
- def stop(*_)
+ def stop(*_unused)
@start_stop_mutex.synchronize do
Datadog.logger.debug('Requesting IdleSamplingHelper thread shut down')
return unless @worker_thread