struct sync_execute_t
Declaration
struct sync_execute_t : public tag_fallback { /* full declaration omitted */ };Description
Customization point for synchronous execution agent creation. This synchronously creates a single function invocation f() using the associated executor. The execution of the supplied function synchronizes with the caller
Declared at: libs/pika/execution_base/include/pika/execution_base/execution.hpp:113
Inherits from: tag_fallback