Cpp-Taskflow
2.4-master-branch
|
Ctf::cudaFlow | Building methods for a cuda task dependency graph |
Ctf::cudaTask | Handle to a node in a cudaGraph |
Ctf::Executor | Execution interface for running 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 methods of a task dependency graph |
Ctf::Subflow | Building methods of a subflow graph in dynamic tasking |
Ctf::Taskflow | Main entry to create a task dependency graph |
Cis_condition_task | Determines if a callable is a condition task |
Cis_cudaflow_task | Determines if a callable is a cudaflow 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 | Handle to a node in a task dependency graph |
Ctf::TaskView | Immutable accessor class to a task node used by tf::ExecutorObserver |