20#ifndef ORES_REPORTING_GENERATORS_CONCURRENCY_POLICY_GENERATOR_HPP
21#define ORES_REPORTING_GENERATORS_CONCURRENCY_POLICY_GENERATOR_HPP
24#include "ores.reporting.api/domain/concurrency_policy.hpp"
25#include "ores.utility/generation/generation_context.hpp"
27namespace ores::reporting::generators {
32domain::concurrency_policy generate_synthetic_concurrency_policy(
33 utility::generation::generation_context& ctx);
38std::vector<domain::concurrency_policy>
39generate_synthetic_concurrency_policies(std::size_t n,
40 utility::generation::generation_context& ctx);