class Concurrent::RubyThreadPoolExecutor

def worker_not_old_enough(worker)

@!visibility private
def worker_not_old_enough(worker)
  synchronize { ns_worker_not_old_enough worker }
end