struct then_execute_t

Declaration

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

Description

Customization point for execution agent creation depending on a given future. This creates a single function invocation f() using the associated executor after the given future object has become ready.

Declared at: libs/pika/execution_base/include/pika/execution_base/execution.hpp:199

Inherits from: tag_fallback