Cpp-Taskflow
2.3.1
|
Ctf::cudaFlow | Building methods of a cuda task dependency graph |
Ctf::cudaTask | Handle to a node in a cudaGraph |
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 methods 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_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::TaskQueue< T > | Lock-free unbounded single-producer multiple-consumer queue |
Ctf::TaskQueue< Node *> | |
Ctf::TaskView | Immutable accessor class to a task node, mainly used in the tf::ExecutorObserver interface |