Cpp-Taskflow
2.4-master-branch
|
▼Ntf | |
CcudaFlow | Building methods for a cuda task dependency graph |
CcudaTask | Handle to a node in a cudaGraph |
CExecutor | Execution interface for running a taskflow graph |
CExecutorObserver | Default executor observer to dump the execution timelines |
CExecutorObserverInterface | The interface class for creating an executor observer |
CFlowBuilder | Building methods of a task dependency graph |
CSubflow | Building methods of a subflow graph in dynamic tasking |
CTask | Handle to a node in a task dependency graph |
CTaskflow | Main entry to create a task dependency graph |
CTaskView | Immutable accessor class to a task node used by tf::ExecutorObserver |
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 |