class Concurrent::SimpleActorRef

def running?

def running?
  not @stop_event.set?
end