struct parallel_execution_tag
Declaration
struct parallel_execution_tag { /* full declaration omitted */ };Description
Function invocations executed by a group of parallel execution agents execute in unordered fashion. Any such invocations executing in the same thread are indeterminately sequenced with respect to each other.
Declared at: libs/pika/execution_base/include/pika/execution_base/execution.hpp:33