Cpp-Taskflow
2.2.0
|
▼Cstd::error_category [external] | |
Ctf::Error | The error category of taskflow |
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 |
Ctf::Task | Handle to modify and access a task |
Ctf::TaskView | A constant wrapper class to a task node, mainly used in the tf::ExecutorObserver interface |
Ctf::WorkStealingQueue< T > | Lock-free unbounded single-producer multiple-consumer queue |
Ctf::WorkStealingQueue< Node *> |