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: Aleksei Fedotov <[email protected]>
  • Loading branch information
vossmjp and aleksei-fedotov authored Dec 4, 2024
1 parent aa1b8b1 commit 87ff28a
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 @@ -97,7 +97,7 @@ The first extension is to expand the semantics and usable lifetime of
`task_handle` so that remains valid after it is passed to run and it can
represent tasks in any state, including submitted, executing, and completed
tasks. Similarly, a `task_handle` in the submitted state may represent a task
that has predecessors that must complete before it can executed, and so passing
that has predecessors that must complete before it can execute, and so passing
a `task_handle` to `task_group::run` or `task_group::run_and_wait` only makes
it available for dependency tracking, and does not make it immediately legal to
execute.
Expand Down

0 comments on commit 87ff28a

Please sign in to comment.