class Concurrent::Agent

def failed?

Other tags:
    See: #restart -
def failed?
  !@error.value.nil?
end