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 |
CFlowBuilder | The building blocks of task dependency graphs |
CProactiveThreadpool | Executor that implements a centralized task queue with a proactive execution strategy |
CSimpleThreadpool | Executor that implements a centralized task queue with a simple execution strategy |
CSpeculativeThreadpool | 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 |
CWorkStealingQueue | Lock-free unbounded single-producer multiple-consumer queue |
CWorkStealingThreadpool | Executor that implements an efficient work stealing algorithm |