Class Spring::ApplicationManager
In: lib/spring/application_manager.rb
Parent: Object

Methods

alive?   log   new   restart   run   start   stop   synchronize   with_child  

Attributes

app_env  [R] 
child  [R] 
pid  [R] 
spring_env  [R] 
status  [R] 

Public Class methods

Public Instance methods

Returns the pid of the process running the command, or nil if the application process died.

We‘re not using @mutex.synchronize to avoid the weird "<internal:prelude>:10" line which messes with backtraces in e.g. rspec

[Validate]