class Concurrent::RubyThreadPoolExecutor

def can_overflow?

@!macro executor_service_method_can_overflow_question
def can_overflow?
  synchronize { ns_limited_queue? }
end