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 <aleksei.fedotov@intel.com>
  • Loading branch information
vossmjp and aleksei-fedotov committed Dec 4, 2024
1 parent aceddbd commit 19ac8d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rfcs/proposed/task_group_dynamic_dependencies/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ potential race.
One possible spelling for this function would be `transfer_successors_to(h)`,
where `h` is a `task_handle` to a created task and the
`transfer_successors_to` function must be called from within a task. Calling
this function from outside a task, or passing anything other than a task in
the created state is undefined behavior.
this function from outside a task, or passing anything other than a `task_handle`
representing a task in the created state is undefined behavior.

### Proposed changes to task_handle

Expand Down

0 comments on commit 19ac8d8

Please sign in to comment.