struct unsequenced_execution_tag
Declaration
struct unsequenced_execution_tag { /* full declaration omitted */ };Description
Function invocations executed by a group of vector execution agents are permitted to execute in unordered fashion when executed in different threads, and un-sequenced with respect to one another when executed in the same thread.
Declared at: libs/pika/execution_base/include/pika/execution_base/execution.hpp:44