class Concurrent::SimpleActorRef

def shutdown?

def shutdown?
  @stop_event.set?
end