Cpp-Taskflow  2.3.0
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 Ntf
 CExecutorThe executor class to run a taskflow graph
 CExecutorObserverDefault executor observer to dump the execution timelines
 CExecutorObserverInterfaceThe interface class for creating an executor observer
 CFlowBuilderBuilding blocks of a task dependency graph
 CSubflowThe building blocks of dynamic tasking
 CTaskTask handle to a node in a task dependency graph
 CTaskflowClass to create a task dependency graph
 CTaskViewImmutable accessor class to a task node, mainly used in the tf::ExecutorObserver interface
 Cis_condition_taskDetermines if a callable is a condition task
 Cis_dynamic_taskDetermines if a callable is a dynamic task
 Cis_static_taskDetermines if a callable is a static task