class Guard::Jobs::PryWrapper

def _killed?

def _killed?
  th = nil
  @mutex.synchronize { th = @thread }
  th.nil?
end