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

Reports whether catch_as_failure(task) can wrap Task for a concrete execution context without a custom policy. More...

#include <concepts.hpp>

Concept definition

template<typename Task, 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) can wrap Task for a concrete execution context without a custo...
Definition concepts.hpp:48
constexpr bool is_adapter_descriptor_v
Definition adapters.hpp:63

Detailed Description

Reports whether catch_as_failure(task) can wrap Task for a concrete execution context without a custom policy.

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

Definition at line 48 of file concepts.hpp.