struct post_t

Declaration

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

Description

Customization point for asynchronous fire & forget execution agent creation. This asynchronously (fire & forget) creates a single function invocation f() using the associated executor.

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

Inherits from: tag_fallback