Cpp-Taskflow  2.1.0
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 C
 Ctf::ErrorThe error category of taskflow
 Ctf::FlowBuilderThe building blocks of task dependency graphs
 Ctf::BasicTaskflow< E >The base class to derive a taskflow class
 Ctf::FrameworkA reusable task dependency graph
 Ctf::SubflowBuilderThe 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::TaskHandle 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