Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
| ▼Ntf | |
| CError | The error category of taskflow |
| CExecutor | The executor class to run a taskflow graph |
| CExecutorObserver | A default executor observer to dump the execution timelines |
| CExecutorObserverInterface | The interface class for creating an executor observer |
| CFlowBuilder | Building blocks of a task dependency graph |
| CSubflow | The building blocks of dynamic tasking |
| CTask | Handle to modify and access a task |
| CTaskflow | Class to create a task dependency graph |
| CWorkStealingQueue | Lock-free unbounded single-producer multiple-consumer queue |