class Concurrent::RubyThreadPoolExecutor

def queue_length

@!macro thread_pool_executor_attr_reader_queue_length
def queue_length
  synchronize { @queue.length }
end