Cpp-Taskflow  2.0.0
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 Ntf
 CBasicTaskflowThe base class to derive a taskflow class
 CErrorThe error category of taskflow
 CFlowBuilderThe building blocks of task dependency graphs
 CProactiveThreadpoolExecutor that implements a centralized task queue with a proactive execution strategy
 CSimpleThreadpoolExecutor that implements a centralized task queue with a simple execution strategy
 CSpeculativeThreadpoolExecutor that implements a centralized task queue with a speculative execution strategy
 CSubflowBuilderThe building blocks of dynamic tasking
 CTaskHandle to modify and access a task
 CWorkStealingQueueLock-free unbounded single-producer multiple-consumer queue
 CWorkStealingThreadpoolExecutor that implements an efficient work stealing algorithm