Cpp-Taskflow  2.3.1
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 Ntf
 CcudaFlowBuilding methods of a cuda task dependency graph
 CcudaTaskHandle to a node in a cudaGraph
 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 methods of a task dependency graph
 CSubflowThe building blocks of dynamic tasking
 CTaskHandle to a node in a task dependency graph
 CTaskflowClass to create a task dependency graph
 CTaskQueueLock-free unbounded single-producer multiple-consumer queue
 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_cudaflow_taskDetermines if a callable is a cudaflow task
 Cis_dynamic_taskDetermines if a callable is a dynamic task
 Cis_static_taskDetermines if a callable is a static task