class Concurrent::SimpleActorRef

def join(limit = nil)

def join(limit = nil)
  @stop_event.wait(limit)
end