Skip to content

Commit

Permalink
Update rfcs/proposed/task_group_dynamic_dependencies/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandra <[email protected]>
  • Loading branch information
vossmjp and aepanchi authored Jan 30, 2025
1 parent 9681b66 commit 304faf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rfcs/proposed/task_group_dynamic_dependencies/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ the lowest-level tasking interface changed significantly and was no longer
promoted as a user-facing feature. Instead, we encouraged
to use the `task_group` or the flow graph APIs to express patterns
previously handled by the lowest-level tasking API. While this approach has been
cases, this has been sufficient. However, there is one use case which is not
sufficient for most cases, one scenario remains challenging: dynamic task graphs that are not trees.
straightforward to express by the revised API: Dynamic task graphs which are
not trees. This proposal expands `tbb::task_group` to make additional use cases
easier to express.
Expand Down

0 comments on commit 304faf1

Please sign in to comment.