Method: Spring::Application#exit_if_finished
- Defined in:
- lib/spring/application.rb
#exit_if_finished ⇒ Object
266 267 268 269 270 |
# File 'lib/spring/application.rb', line 266 def exit_if_finished @mutex.synchronize { Kernel.exit if exiting? && @waiting.empty? } end |