struct bulk_async_execute_t

Declaration

struct bulk_async_execute_t : public tag_fallback { /* full declaration omitted */ };

Description

Bulk form of asynchronous execution agent creation. This asynchronously 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:370

Inherits from: tag_fallback