struct bulk_then_execute_t
Declaration
struct bulk_then_execute_t : public tag_fallback { /* full declaration omitted */ };Description
Bulk form of execution agent creation depending on a given future. This creates a group of function invocations f(i) whose ordering is given by the execution_category associated with the executor. Here \atakes on all values in the index space implied by shape. All exceptions thrown by invocations of f(i) are reported in a manner consistent with parallel algorithm execution through the returned future.
Declared at: libs/pika/execution_base/include/pika/execution_base/execution.hpp:446
Inherits from: tag_fallback