struct async_execute_t
Declaration
struct async_execute_t : public tag_fallback { /* full declaration omitted */ };Description
Customization point for asynchronous execution agent creation. This asynchronously creates a single function invocation f() using the associated executor.
Declared at: libs/pika/execution_base/include/pika/execution_base/execution.hpp:160
Inherits from: tag_fallback