Refactor Framework · awen162/cpp-taskflow@c087f1e · GitHub
Skip to content

Commit c087f1e

Browse files
committed
Refactor Framework
1 parent d3657cd commit c087f1e

3 files changed

Lines changed: 52 additions & 6 deletions

File tree

taskflow/graph/basic_taskflow.hpp

Lines changed: 8 additions & 4 deletions

taskflow/graph/framework.hpp

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,15 @@ namespace tf {
66

77
// TODO: document the class
88

9-
// Class: Framework
9+
/**
10+
@class Framework
11+
12+
@brief A reusable task dependency graph.
13+
14+
A framework can be executed by a taskflow object repetitively and thus
15+
avoids the graph reconstruction overhead.
16+
17+
*/
1018
class Framework : public FlowBuilder {
1119

1220
friend class Topology;

unittest/taskflow.cpp

Lines changed: 35 additions & 1 deletion

0 commit comments

Comments
 (0)