|
Cpp-Taskflow
2.2.0
|
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
| ▼Ntf | |
| CBasicTaskflow | The base class to derive a taskflow class |
| CError | The error category of taskflow |
| 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 |
| CFramework | A reusable task dependency graph |
| CProactiveExecutor | Executor that implements a centralized task queue with a proactive execution strategy |
| CSimpleExecutor | Executor that implements a centralized task queue with a simple execution strategy |
| CSpeculativeExecutor | Executor that implements a centralized task queue with a speculative execution strategy |
| CSubflowBuilder | The building blocks of dynamic tasking |
| CTask | Handle to modify and access a task |
| CWorkStealingExecutor | Executor that implements an efficient work stealing algorithm |
| CWorkStealingQueue | Lock-free unbounded single-producer multiple-consumer queue |


