class Concurrent::RubyThreadPoolExecutor

def scheduled_task_count

@!macro thread_pool_executor_attr_reader_scheduled_task_count
def scheduled_task_count
  synchronize { @scheduled_task_count }
end