Cpp-Taskflow
2.3.0
|
Ctf::Executor | The executor class to run a taskflow graph |
▼Ctf::ExecutorObserverInterface | The interface class for creating an executor observer |
Ctf::ExecutorObserver | Default executor observer to dump the execution timelines |
▼Ctf::FlowBuilder | Building blocks of a task dependency graph |
Ctf::Subflow | The building blocks of dynamic tasking |
Ctf::Taskflow | Class to create a task dependency graph |
Cis_condition_task | Determines if a callable is a condition task |
Cis_dynamic_task | Determines if a callable is a dynamic task |
Cis_static_task | Determines if a callable is a static task |
Ctf::Task | Task handle to a node in a task dependency graph |
Ctf::TaskView | Immutable accessor class to a task node, mainly used in the tf::ExecutorObserver interface |