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