# File lib/spring/application.rb, line 246 def exit_if_finished @mutex.synchronize { Kernel.exit if exiting? && @waiting.empty? } end