class Concurrent::RubyThreadPoolExecutor

def length

@!macro thread_pool_executor_attr_reader_length
def length
  synchronize { @pool.length }
end