template <
    typename Executor,
    typename F,
    typename Shape,
    typename... Ts,
    int _concept_requires_307 = 42,
    typename std::enable_if<
        (_concept_requires_307 == 43) ||
            (pika::traits::is_executor_any<
                 Executor>::value &&
             !std::is_integral<Shape>::value),
        int>::type _concept_check_307 = 0>
inline decltype(auto) tag_fallback_invoke(
    pika::parallel::execution::
        bulk_sync_execute_t,
    Executor&& exec,
    F&& f,
    const Shape& shape,
    Ts&&... ts)

Declared at: libs/pika/execution_base/include/pika/execution_base/execution.hpp:309

Parameters

pika::parallel::execution::bulk_sync_execute_t
Executor&& exec
F&& f
const Shape& shape
Ts&&... ts