Cpp-Taskflow
2.1.0
|
▼C | |
Ctf::Error | The error category of taskflow |
▼Ctf::FlowBuilder | The building blocks of task dependency graphs |
Ctf::BasicTaskflow< E > | The base class to derive a taskflow class |
Ctf::Framework | A reusable task dependency graph |
Ctf::SubflowBuilder | The building blocks of dynamic tasking |
Ctf::ProactiveThreadpool< Closure > | Executor that implements a centralized task queue with a proactive execution strategy |
Ctf::SimpleThreadpool< Closure > | Executor that implements a centralized task queue with a simple execution strategy |
Ctf::SpeculativeThreadpool< Closure > | Executor that implements a centralized task queue with a speculative execution strategy |
Ctf::Task | Handle to modify and access a task |
Ctf::WorkStealingQueue< T > | Lock-free unbounded single-producer multiple-consumer queue |
Ctf::WorkStealingQueue< Closure > | |
Ctf::WorkStealingThreadpool< Closure > | Executor that implements an efficient work stealing algorithm |