|
YOrch 1.0.0
|
Reports whether a task object exposes the raw execution protocol for a concrete exec_context.
More...
#include <concepts.hpp>
Reports whether a task object exposes the raw execution protocol for a concrete exec_context.
Unlike executable_task, this concept only checks structural invocability and does not require the wrapped task itself to be noexcept. It is used as the lower-level boundary shared by task adapters.
| Task | Wrapped task type. |
| Ctx | Context schema. |
| Prev | Direct-parent slot view type. |
Definition at line 21 of file concepts.hpp.