24 lines
601 B
Text
24 lines
601 B
Text
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
|
|
*/
|
|
|
|
}
|