![]() |
hpx::parallel::v1::sequential_execution_policy
// In header: <hpx/parallel/execution_policy.hpp> struct sequential_execution_policy { // construct/copy/destruct sequential_execution_policy(); };
The class sequential_execution_policy is an execution policy type used as a unique type to disambiguate parallel algorithm overloading and require that a parallel algorithm's execution may not be parallelized.