Skip to content

Commit

Permalink
[perf] change static engine run function.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunelFeng committed Nov 22, 2023
1 parent 0ce3e01 commit c930413
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ CStatus GStaticEngine::run() {
}

for (auto& fut : futures) {
status = fut.get();
CGRAPH_FUNCTION_CHECK_STATUS
status += fut.get();
}
CGRAPH_FUNCTION_CHECK_STATUS
}

CGRAPH_FUNCTION_END
Expand Down

0 comments on commit c930413

Please sign in to comment.