# File lib/logging/stats.rb, line 256 def stop return if @runner.nil? @runner[:stop] = true @runner.wakeup if @runner.status @runner = nil end