Method: Spring::Application#exit_if_finished
- Defined in:
- lib/spring/application.rb
#exit_if_finished ⇒ Object
221 222 223 224 225 |
# File 'lib/spring/application.rb', line 221 def exit_if_finished @mutex.synchronize { Kernel.exit if exiting? && @waiting.empty? } end |