mesytec-mnode/external/taskflow-3.8.0/doxygen/cookbook/Cookbook.dox

25 lines
601 B
Text
Raw Normal View History

2025-01-04 01:25:05 +01:00
namespace tf {
/** @page Cookbook Cookbook
This cookbook provides a step-by-step tutorial for writing %Taskflow programs.
+ @subpage ProjectMotivation
+ @subpage StaticTasking
+ @subpage ExecuteTaskflow
+ @subpage SubflowTasking
+ @subpage ConditionalTasking
+ @subpage ComposableTasking
+ @subpage AsyncTasking
+ @subpage DependentAsyncTasking
+ @subpage RuntimeTasking
+ @subpage ExceptionHandling
+ @subpage GPUTaskingcudaFlow
+ @subpage GPUTaskingcudaFlowCapturer
+ @subpage LimitTheMaximumConcurrency
+ @subpage RequestCancellation
+ @subpage Profiler
*/
}