YOrch 1.0.0
Loading...
Searching...
No Matches
yorch::catch_policy_compatible_task Concept Reference

Reports whether catch_as_failure(task, policy) can wrap Task using the provided fallback Policy. More...

#include <concepts.hpp>

Concept definition

template<typename Task, typename Policy, typename Ctx, typename Prev no_prev>
Reports whether a task object exposes the raw execution protocol for a concrete exec_context.
Definition concepts.hpp:21
Reports whether catch_as_failure(task, policy) can wrap Task using the provided fallback Policy.
Definition concepts.hpp:62
constexpr bool is_adapter_descriptor_v
Definition adapters.hpp:63

Detailed Description

Reports whether catch_as_failure(task, policy) can wrap Task using the provided fallback Policy.

Template Parameters
TaskWrapped task type.
PolicyFallback policy type.
CtxContext schema.
PrevDirect-parent slot view type.

Definition at line 62 of file concepts.hpp.