|
YOrch 1.0.0
|
#include <concepts>#include <type_traits>#include <utility>#include "../context.hpp"#include "../slots/direct_out.hpp"#include "../task_adapters/concepts.hpp"

Go to the source code of this file.
Namespaces | |
| namespace | yorch |
Concepts | |
| concept | yorch::executable_task |
Describes the main execution protocol accepted by run_task(...). | |
| concept | yorch::executable_direct_output_task |